Drop a portable set of VS Code Copilot prompts, agent skills, and GitHub Actions into any repo and get a structured, AI-assisted development lifecycle — from idea to shipping.
Three batteries-included components that work together to accelerate your workflow.
Specialized Copilot agents for planning, TDD, architecture review, refactoring, documentation, and more — each with deep domain knowledge.
The /build orchestrator walks you through all 7 phases. The /prd-create prompt turns requirements into trackable JSON deliverables with acceptance criteria.
Manage your entire project from your phone by posting /agent commands as GitHub issue comments. Check progress, queue builds, trigger Copilot — anywhere.
Everything lives in .github/. One installer script drops it into any existing repo — no framework lock-in, no project restructuring required.
The /tdd skill enforces a red-green-refactor loop so Copilot writes tests first, catches regressions, and produces production-grade code by default.
From fuzzy idea to shipped QA — the toolkit provides structure at every stage: ideation, research, PRD, kanban, execution, and quality review.
Invoke any skill from Copilot Chat with a single slash command.
/write-a-prdCreate a PRD via interview, codebase exploration, and module design/prd-to-planTurn a PRD into a multi-phase plan using tracer-bullet vertical slices/prd-to-issuesBreak a PRD into independently-grabbable GitHub issues/grill-meGet relentlessly interviewed about a plan until every branch is resolved/design-an-interfaceGenerate radically different interface designs using parallel sub-agents/request-refactor-planCreate a detailed refactor plan with tiny commits via interview/tddTest-driven development with strict red-green-refactor loop/triage-issueInvestigate a bug, identify root cause, file a GitHub issue with TDD fix plan/improve-codebase-architectureExplore codebase for architectural improvements and deeper modules/migrate-to-shoehornMigrate test files from as type assertions to @total-typescript/shoehorn/scaffold-exercisesCreate exercise directory structures with problems, solutions, and explainers/setup-pre-commitSet up Husky pre-commit hooks with lint-staged, Prettier, type checking, tests/git-guardrails-claude-codeBlock dangerous git commands before they execute/write-a-skillCreate new skills with structure, progressive disclosure, and bundled resources/edit-articleEdit and improve articles by restructuring sections and tightening prose/ubiquitous-languageExtract a DDD-style ubiquitous language glossary from conversation/obsidian-vaultSearch, create, and manage notes in an Obsidian vault with wikilinks
The /build prompt orchestrates your entire project through the
7 Phases of AI Development framework — keeping Copilot focused and your
codebase clean at every step.
Post /agent commands as GitHub issue comments — Copilot handles the rest.
/agent helpShow all available commands
/agent statusPRD progress summary
/agent status P1-001Detailed status of a specific deliverable
/agent listList all deliverables by phase
/agent list phase:2Filter to a specific phase
/agent nextShow next unblocked deliverables ready for work
/agent build P1-001Create an implementation issue and assign Copilot
/agent build-wave 1Create issues for all items in a phase
Choose the method that fits your workflow.
/agent commands)ai-work label in your repo (used by /agent build to tag generated issues)