Reference
Prompts Reference
Complete reference for all prompts in the AI SDLC Kit.
Discovery prompts (Flow A)
| Command | File | Agent | Reads | Produces | HITL after? |
|---|
/discovery-refine | discovery-refine.prompt.md | π§ Discovery | idea.txt | idea.md | β
Required |
/discovery-spec | discovery-spec.prompt.md | ποΈ PM | idea.md | non-technical-spec.md | β
Required |
/discovery-prd | discovery-prd.prompt.md | π§βπΌ Tech Lead | non-technical-spec.md | PRD.md | β
Required |
/discovery-tech-spec | discovery-tech-spec.prompt.md | ποΈ Architect | PRD.md + codebase | technical-spec.md, CONTEXT.md | β
Required |
/discovery-epics | discovery-epics.prompt.md | ποΈ Architect | technical-spec.md | epics.md | β
Required |
Epic prompts (Flow A)
| Command | File | Agent | Reads | Produces | HITL after? |
|---|
/epic-init | epic-init.prompt.md | ποΈ Architect | epics.md, technical-spec.md, CONTEXT.md | epic-N.md, PRD.md, spec-epic-N.md, decisions-log.md | β
Required (3Γ) |
/epic-close | epic-close.prompt.md | π Ops | spec-epic-N.md, PRD.md, decisions-log.md, CONTEXT.md | ops-epic-N.md | β
Required |
/context-sync | context-sync.prompt.md | ποΈ Architect | ops-epic-N.md, decisions-log.md | CONTEXT.md (updated) | β |
Task prompts (Flow B β Direct Delivery)
| Command | File | Agent | Reads | Produces | HITL after? |
|---|
/task-init | task-init.prompt.md | π₯ Intake | tarefa.txt | tarefa.md | β
Required |
/task-prd | task-prd.prompt.md | π Planner | tarefa.md | PRD.md | β
Required |
/task-spec | task-spec.prompt.md | π Planner | PRD.md + codebase | spec.md | β
Required |
Implementation prompts (Flow A and B)
| Command | File | Agent | Reads | Produces | HITL after? |
|---|
/task-implement | task-implement.prompt.md | π οΈ Implementer | spec.md / spec-epic-N.md, PRD.md, CONTEXT.md | Implementation + checklist + decisions-log.md | β οΈ Recommended (plan) |
/task-implement-frontend | task-implement-frontend.prompt.md | π οΈ Implementer | Same as above | Same as above + design/accessibility compliance | β οΈ Recommended (plan) |
/task-tests | task-tests.prompt.md | π§ͺ QA | spec-epic-N.md, CONTEXT.md | Test report | β HITL if gate fails |
/task-review | task-review.prompt.md | π Reviewer | PRD.md, spec.md, implementation, decisions-log.md | Review report | β
Required |
Utility prompts
| Command | File | Agent | Reads | Produces | When to use |
|---|
/agents-init | agents-init.prompt.md | π Planner | Codebase | AGENTS.md | Once per project to establish Copilot guidance |
/ops-triage | ops-triage.prompt.md | π Ops | ops-epic-N.md, CONTEXT.md | incident-log.md entry | When a production incident is observed |
Flow A
ββββββ
idea.txt
β /discovery-refine β idea.md
β /discovery-spec β non-technical-spec.md
β /discovery-prd β PRD.md
β /discovery-tech-spec β technical-spec.md + CONTEXT.md
β /discovery-epics β epics.md
β /epic-init <N> β doc-specs/<N>-epic/{epic-N.md, PRD.md, spec-epic-N.md, decisions-log.md}
β /task-implement β code + checklist + decisions-log.md
β /task-tests β test report
β /task-review β review report
β /epic-close <N> β ops-epic-N.md
β /context-sync <N> β CONTEXT.md (updated)
β repeat from /epic-init for next epic
Flow B
ββββββ
tarefa.txt
β /task-init β tarefa.md
β /task-prd β PRD.md
β /task-spec β spec.md
β /task-implement β code + decisions-log.md
β /task-tests β test report
β /task-review β review report