Loading...
Loading...
Guides PRD, ADR, Design Doc, and Work Plan creation with templates and decision matrix.
npx skill4agent add shinpr/ai-coding-project-boilerplate documentation-criteria| Condition | Required Documents | Creation Order |
|---|---|---|
| New Feature Addition | PRD -> [ADR] -> Design Doc -> Work Plan | After PRD approval |
| ADR Conditions Met (see below) | ADR -> Design Doc -> Work Plan | Start immediately |
| 6+ Files | ADR -> Design Doc -> Work Plan (Required) | Start immediately |
| 3-5 Files | Design Doc -> Work Plan (Recommended) | Start immediately |
| 1-2 Files | None | Direct implementation |
type A = { b: { c: { d: T } } }| Document | Path | Naming Convention | Template |
|---|---|---|---|
| PRD | | | See prd-template.md |
| ADR | | | See adr-template.md |
| Design Doc | | | See design-template.md |
| Work Plan | | | See plan-template.md |
| Task File | | | See task-template.md |
.gitignoreProposedAcceptedDeprecatedSupersededRejected| Document | Required Diagrams | Purpose |
|---|---|---|
| PRD | User journey diagram, Scope boundary diagram | Clarify user experience and scope |
| ADR | Option comparison diagram (when needed) | Visualize trade-offs |
| Design Doc | Architecture diagram, Data flow diagram | Understand technical structure |
| Work Plan | Phase structure diagram, Task dependency diagram | Clarify implementation order |
references/