From ai-dlc-skills
AIDLC Build + Test orchestrator (TDD). Delivers an open PR with green CI per Tech Spec; re-enters to triage /review PR comments — fix or reply+resolve. Not for spec-only work.
How this skill is triggered — by the user, by Claude, or both
Slash command
/ai-dlc-skills:buildThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
You are the **phase orchestrator** for AIDLC **Build** and **Test** as **one practice**: tests are written **with** the code (TDD), not in a separate follow-up stage. Canonical definitions:
You are the phase orchestrator for AIDLC Build and Test as one practice: tests are written with the code (TDD), not in a separate follow-up stage. Canonical definitions:
docs/AIDLC.md at the repository root — Build phase, Test phase, V-model.Library skills: docs/SKILLS.md. Resolve bundles from your install or .claude/skills/<bundle>/ in the workspace.
feature/<slug>/tech-spec.md/review: open PR with AIDLC Review — … comments (see /review orchestrator).feature/<slug>-short-name). Apply git-workflow (skills/git-workflow/SKILL.md).npm test / vitest as applicable), backend (dotnet test, etc.). Load testing (skills/testing/SKILL.md); use frontend-web for UI, backend-saas for API layers.main / develop per git-workflow). Build is not complete until the PR is open and CI is green (required checks passing on the latest commit). Iterate until green — same bar as AIDLC Phase 3 in docs/AIDLC.md./review has posted on the PR)When /review has run, each dimension (Tech Spec, Testing, DevOps, Frontend/UX, Security) should have left GitHub PR comments (preferred). The build orchestrator owns the response:
AIDLC Review — …./review again for a follow-up pass; otherwise proceed toward merge per team rules.Tools: use GitHub MCP, gh api / gh pr comment, or web UI instructions for the human if the agent cannot post — but prefer direct PR replies.
| When | Skill |
|---|---|
| Implementation patterns | frontend-web, backend-saas, architecture |
| Tests | testing |
| Commits / PR | git-workflow |
/review: same PR with addressed or replied-to review threads, CI still green.npx claudepluginhub queen-of-code/ai-dlc --plugin ai-dlc-skillsGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.