@qazuor/claude-code-config 0.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +21 -0
- package/README.md +1248 -0
- package/dist/bin.cjs +11886 -0
- package/dist/bin.cjs.map +1 -0
- package/dist/bin.d.cts +1 -0
- package/dist/bin.d.ts +1 -0
- package/dist/bin.js +11869 -0
- package/dist/bin.js.map +1 -0
- package/dist/index.cjs +3887 -0
- package/dist/index.cjs.map +1 -0
- package/dist/index.d.cts +1325 -0
- package/dist/index.d.ts +1325 -0
- package/dist/index.js +3835 -0
- package/dist/index.js.map +1 -0
- package/package.json +86 -0
- package/templates/.log/notifications.log +1775 -0
- package/templates/agents/README.md +164 -0
- package/templates/agents/_registry.json +443 -0
- package/templates/agents/design/content-writer.md +353 -0
- package/templates/agents/design/ux-ui-designer.md +382 -0
- package/templates/agents/engineering/astro-engineer.md +293 -0
- package/templates/agents/engineering/db-drizzle-engineer.md +360 -0
- package/templates/agents/engineering/express-engineer.md +316 -0
- package/templates/agents/engineering/fastify-engineer.md +399 -0
- package/templates/agents/engineering/hono-engineer.md +263 -0
- package/templates/agents/engineering/mongoose-engineer.md +473 -0
- package/templates/agents/engineering/nestjs-engineer.md +429 -0
- package/templates/agents/engineering/nextjs-engineer.md +451 -0
- package/templates/agents/engineering/node-typescript-engineer.md +347 -0
- package/templates/agents/engineering/prisma-engineer.md +432 -0
- package/templates/agents/engineering/react-senior-dev.md +394 -0
- package/templates/agents/engineering/tanstack-start-engineer.md +447 -0
- package/templates/agents/engineering/tech-lead.md +269 -0
- package/templates/agents/product/product-functional.md +329 -0
- package/templates/agents/product/product-technical.md +578 -0
- package/templates/agents/quality/debugger.md +514 -0
- package/templates/agents/quality/qa-engineer.md +390 -0
- package/templates/agents/specialized/enrichment-agent.md +277 -0
- package/templates/agents/specialized/i18n-specialist.md +322 -0
- package/templates/agents/specialized/seo-ai-specialist.md +387 -0
- package/templates/agents/specialized/tech-writer.md +300 -0
- package/templates/code-style/.editorconfig +27 -0
- package/templates/code-style/.prettierignore +25 -0
- package/templates/code-style/.prettierrc +12 -0
- package/templates/code-style/biome.json +78 -0
- package/templates/code-style/commitlint.config.js +44 -0
- package/templates/commands/README.md +175 -0
- package/templates/commands/_registry.json +420 -0
- package/templates/commands/add-new-entity.md +211 -0
- package/templates/commands/audit/accessibility-audit.md +360 -0
- package/templates/commands/audit/performance-audit.md +290 -0
- package/templates/commands/audit/security-audit.md +231 -0
- package/templates/commands/code-check.md +127 -0
- package/templates/commands/five-why.md +225 -0
- package/templates/commands/formatting/format-markdown.md +197 -0
- package/templates/commands/git/commit.md +247 -0
- package/templates/commands/meta/create-agent.md +257 -0
- package/templates/commands/meta/create-command.md +312 -0
- package/templates/commands/meta/create-skill.md +321 -0
- package/templates/commands/meta/help.md +318 -0
- package/templates/commands/planning/check-completed-tasks.md +224 -0
- package/templates/commands/planning/cleanup-issues.md +248 -0
- package/templates/commands/planning/planning-cleanup.md +251 -0
- package/templates/commands/planning/sync-planning-github.md +133 -0
- package/templates/commands/planning/sync-todos-github.md +203 -0
- package/templates/commands/quality-check.md +211 -0
- package/templates/commands/run-tests.md +159 -0
- package/templates/commands/start-feature-plan.md +232 -0
- package/templates/commands/start-refactor-plan.md +244 -0
- package/templates/commands/sync-planning.md +176 -0
- package/templates/commands/update-docs.md +242 -0
- package/templates/docs/CHECKPOINT-SYSTEM.md +504 -0
- package/templates/docs/INDEX.md +677 -0
- package/templates/docs/RECOMMENDED-HOOKS.md +415 -0
- package/templates/docs/_registry.json +329 -0
- package/templates/docs/diagrams/README.md +220 -0
- package/templates/docs/diagrams/agent-hierarchy.mmd +55 -0
- package/templates/docs/diagrams/documentation-map.mmd +61 -0
- package/templates/docs/diagrams/tools-relationship.mmd +55 -0
- package/templates/docs/diagrams/workflow-decision-tree.mmd +38 -0
- package/templates/docs/doc-sync.md +533 -0
- package/templates/docs/examples/end-to-end-workflow.md +1505 -0
- package/templates/docs/glossary.md +495 -0
- package/templates/docs/guides/mockup-prompt-engineering.md +644 -0
- package/templates/docs/guides/mockup-setup.md +737 -0
- package/templates/docs/learnings/README.md +250 -0
- package/templates/docs/learnings/common-architectural-patterns.md +123 -0
- package/templates/docs/learnings/common-mistakes-to-avoid.md +149 -0
- package/templates/docs/learnings/markdown-formatting-standards.md +104 -0
- package/templates/docs/learnings/monorepo-command-execution.md +64 -0
- package/templates/docs/learnings/optimization-tips.md +146 -0
- package/templates/docs/learnings/planning-linear-sync-workflow.md +70 -0
- package/templates/docs/learnings/shell-compatibility-fish.md +46 -0
- package/templates/docs/learnings/test-organization-structure.md +68 -0
- package/templates/docs/mcp-installation.md +613 -0
- package/templates/docs/mcp-servers.md +989 -0
- package/templates/docs/notification-installation.md +570 -0
- package/templates/docs/quick-start.md +354 -0
- package/templates/docs/standards/architecture-patterns.md +1064 -0
- package/templates/docs/standards/atomic-commits.md +513 -0
- package/templates/docs/standards/code-standards.md +993 -0
- package/templates/docs/standards/design-standards.md +656 -0
- package/templates/docs/standards/documentation-standards.md +1160 -0
- package/templates/docs/standards/testing-standards.md +969 -0
- package/templates/docs/system-maintenance.md +604 -0
- package/templates/docs/templates/PDR-template.md +561 -0
- package/templates/docs/templates/TODOs-template.md +534 -0
- package/templates/docs/templates/tech-analysis-template.md +800 -0
- package/templates/docs/workflows/README.md +519 -0
- package/templates/docs/workflows/atomic-task-protocol.md +955 -0
- package/templates/docs/workflows/decision-tree.md +482 -0
- package/templates/docs/workflows/edge-cases.md +856 -0
- package/templates/docs/workflows/phase-1-planning.md +957 -0
- package/templates/docs/workflows/phase-2-implementation.md +896 -0
- package/templates/docs/workflows/phase-3-validation.md +792 -0
- package/templates/docs/workflows/phase-4-finalization.md +927 -0
- package/templates/docs/workflows/quick-fix-protocol.md +505 -0
- package/templates/docs/workflows/task-atomization.md +537 -0
- package/templates/docs/workflows/task-completion-protocol.md +448 -0
- package/templates/hooks/on-notification.sh +28 -0
- package/templates/schemas/checkpoint.schema.json +97 -0
- package/templates/schemas/code-registry.schema.json +84 -0
- package/templates/schemas/pdr.schema.json +314 -0
- package/templates/schemas/problems.schema.json +55 -0
- package/templates/schemas/tech-analysis.schema.json +404 -0
- package/templates/schemas/telemetry.schema.json +298 -0
- package/templates/schemas/todos.schema.json +234 -0
- package/templates/schemas/workflows.schema.json +69 -0
- package/templates/scripts/add-changelogs.sh +105 -0
- package/templates/scripts/generate-code-registry.ts +270 -0
- package/templates/scripts/health-check.sh +343 -0
- package/templates/scripts/sync-registry.sh +40 -0
- package/templates/scripts/telemetry-report.ts +36 -0
- package/templates/scripts/validate-docs.sh +224 -0
- package/templates/scripts/validate-registry.sh +225 -0
- package/templates/scripts/validate-schemas.ts +283 -0
- package/templates/scripts/validate-structure.sh +165 -0
- package/templates/scripts/worktree-cleanup.sh +81 -0
- package/templates/scripts/worktree-create.sh +63 -0
- package/templates/sessions/planning/.gitkeep +0 -0
- package/templates/sessions/planning/archived/.gitkeep +0 -0
- package/templates/settings.json +202 -0
- package/templates/settings.local.json +138 -0
- package/templates/skills/README.md +197 -0
- package/templates/skills/_registry.json +473 -0
- package/templates/skills/audit/accessibility-audit.md +309 -0
- package/templates/skills/audit/performance-audit.md +257 -0
- package/templates/skills/audit/security-audit.md +217 -0
- package/templates/skills/auth/nextauth-patterns.md +308 -0
- package/templates/skills/brand-guidelines.md +240 -0
- package/templates/skills/documentation/markdown-formatter.md +302 -0
- package/templates/skills/git/git-commit-helper.md +321 -0
- package/templates/skills/i18n/i18n-patterns.md +251 -0
- package/templates/skills/patterns/error-handling-patterns.md +242 -0
- package/templates/skills/patterns/tdd-methodology.md +342 -0
- package/templates/skills/qa/qa-criteria-validator.md +383 -0
- package/templates/skills/qa/web-app-testing.md +398 -0
- package/templates/skills/react/react-hook-form-patterns.md +359 -0
- package/templates/skills/state/redux-toolkit-patterns.md +272 -0
- package/templates/skills/state/tanstack-query-patterns.md +299 -0
- package/templates/skills/state/zustand-patterns.md +301 -0
- package/templates/skills/tech/mermaid-diagram-specialist.md +195 -0
- package/templates/skills/tech/shadcn-specialist.md +252 -0
- package/templates/skills/tech/vercel-specialist.md +297 -0
- package/templates/skills/testing/api-app-testing.md +254 -0
- package/templates/skills/testing/performance-testing.md +275 -0
- package/templates/skills/testing/security-testing.md +348 -0
- package/templates/skills/utils/add-memory.md +295 -0
- package/templates/skills/utils/json-data-auditor.md +283 -0
- package/templates/skills/utils/pdf-creator-editor.md +342 -0
- package/templates/tools/format-markdown.sh +185 -0
|
@@ -0,0 +1,534 @@
|
|
|
1
|
+
# TODO List: {Feature Name}
|
|
2
|
+
|
|
3
|
+
**Related Documents:**
|
|
4
|
+
|
|
5
|
+
- [PDR (Product Design Requirements)](./PDR.md)
|
|
6
|
+
- [Technical Analysis](./tech-analysis.md)
|
|
7
|
+
|
|
8
|
+
**Feature Status**: Not Started | In Progress | In Review | Completed
|
|
9
|
+
**Start Date**: YYYY-MM-DD
|
|
10
|
+
**Target Date**: YYYY-MM-DD
|
|
11
|
+
**Actual Completion**: YYYY-MM-DD
|
|
12
|
+
|
|
13
|
+
---
|
|
14
|
+
|
|
15
|
+
## Progress Summary
|
|
16
|
+
|
|
17
|
+
**Overall Progress**: {X}% complete
|
|
18
|
+
|
|
19
|
+
| Priority | Total | Completed | In Progress | Not Started |
|
|
20
|
+
|----------|-------|-----------|-------------|-------------|
|
|
21
|
+
| P0 | {n} | {n} | {n} | {n} |
|
|
22
|
+
| P1 | {n} | {n} | {n} | {n} |
|
|
23
|
+
| P2 | {n} | {n} | {n} | {n} |
|
|
24
|
+
| P3 | {n} | {n} | {n} | {n} |
|
|
25
|
+
| **Total** | **{n}** | **{n}** | **{n}** | **{n}** |
|
|
26
|
+
|
|
27
|
+
**Velocity**: {X} tasks per day (average)
|
|
28
|
+
|
|
29
|
+
---
|
|
30
|
+
|
|
31
|
+
## Phase 1: Planning ✅ Completed
|
|
32
|
+
|
|
33
|
+
### ✅ Planning Tasks
|
|
34
|
+
|
|
35
|
+
- [x] **[2h]** Create PDR.md with user stories and acceptance criteria
|
|
36
|
+
- Completed: YYYY-MM-DD by {Name}
|
|
37
|
+
- Notes: {Any relevant notes}
|
|
38
|
+
|
|
39
|
+
- [x] **[1.5h]** Create mockups and wireframes
|
|
40
|
+
- Completed: YYYY-MM-DD by {Name}
|
|
41
|
+
- Notes: {Any relevant notes}
|
|
42
|
+
|
|
43
|
+
- [x] **[3h]** Create technical analysis document
|
|
44
|
+
- Completed: YYYY-MM-DD by {Name}
|
|
45
|
+
- Notes: {Any relevant notes}
|
|
46
|
+
|
|
47
|
+
- [x] **[2h]** Break down into atomic tasks
|
|
48
|
+
- Completed: YYYY-MM-DD by {Name}
|
|
49
|
+
- Notes: {Any relevant notes}
|
|
50
|
+
|
|
51
|
+
---
|
|
52
|
+
|
|
53
|
+
## Phase 2: Implementation 🔄 In Progress
|
|
54
|
+
|
|
55
|
+
### P0 - Critical (Must Have)
|
|
56
|
+
|
|
57
|
+
#### Database Layer
|
|
58
|
+
|
|
59
|
+
- [ ] **[0.5h]** Define Zod schemas for {entity}
|
|
60
|
+
- **Dependencies**: None
|
|
61
|
+
- **Assignee**: @db-drizzle-engineer
|
|
62
|
+
- **Status**: Not Started | In Progress | Blocked | Complete
|
|
63
|
+
- **Blockers**: {Any blockers}
|
|
64
|
+
- **Notes**: {Notes}
|
|
65
|
+
|
|
66
|
+
- [ ] **[0.5h]** Infer types from Zod schemas using `z.infer`
|
|
67
|
+
- **Dependencies**: Task above
|
|
68
|
+
- **Assignee**: @db-drizzle-engineer
|
|
69
|
+
- **Status**: Not Started
|
|
70
|
+
- **Notes**: {Notes}
|
|
71
|
+
|
|
72
|
+
- [ ] **[0.5h]** Create Drizzle schema for {entity}
|
|
73
|
+
- **Dependencies**: Zod schemas complete
|
|
74
|
+
- **Assignee**: @db-drizzle-engineer
|
|
75
|
+
- **Status**: Not Started
|
|
76
|
+
- **Notes**: {Notes}
|
|
77
|
+
|
|
78
|
+
- [ ] **[0.5h]** Create {Entity}Model extending BaseModel
|
|
79
|
+
- **Dependencies**: Drizzle schema complete
|
|
80
|
+
- **Assignee**: @db-drizzle-engineer
|
|
81
|
+
- **Status**: Not Started
|
|
82
|
+
- **Notes**: {Notes}
|
|
83
|
+
|
|
84
|
+
- [ ] **[0.5h]** Override findAll() for custom search (if needed)
|
|
85
|
+
- **Dependencies**: Model created
|
|
86
|
+
- **Assignee**: @db-drizzle-engineer
|
|
87
|
+
- **Status**: Not Started
|
|
88
|
+
- **Notes**: {Notes}
|
|
89
|
+
|
|
90
|
+
- [ ] **[1h]** Write unit tests for model
|
|
91
|
+
- **Dependencies**: Model complete
|
|
92
|
+
- **Assignee**: @qa-engineer
|
|
93
|
+
- **Status**: Not Started
|
|
94
|
+
- **Notes**: Target 90%+ coverage
|
|
95
|
+
|
|
96
|
+
- [ ] **[0.5h]** Generate and apply database migration
|
|
97
|
+
- **Dependencies**: Schema complete, tests passing
|
|
98
|
+
- **Assignee**: @db-drizzle-engineer
|
|
99
|
+
- **Status**: Not Started
|
|
100
|
+
- **Notes**: Test rollback script
|
|
101
|
+
|
|
102
|
+
#### Service Layer
|
|
103
|
+
|
|
104
|
+
- [ ] **[1h]** Create {Entity}Service extending BaseCrudService
|
|
105
|
+
- **Dependencies**: Model complete
|
|
106
|
+
- **Assignee**: @backend-engineer
|
|
107
|
+
- **Status**: Not Started
|
|
108
|
+
- **Notes**: {Notes}
|
|
109
|
+
|
|
110
|
+
- [ ] **[1h]** Implement custom business logic methods
|
|
111
|
+
- **Dependencies**: Service structure created
|
|
112
|
+
- **Assignee**: @backend-engineer
|
|
113
|
+
- **Status**: Not Started
|
|
114
|
+
- **Notes**: {Notes}
|
|
115
|
+
|
|
116
|
+
- [ ] **[0.5h]** Add business validation rules
|
|
117
|
+
- **Dependencies**: Methods implemented
|
|
118
|
+
- **Assignee**: @backend-engineer
|
|
119
|
+
- **Status**: Not Started
|
|
120
|
+
- **Notes**: {Notes}
|
|
121
|
+
|
|
122
|
+
- [ ] **[1.5h]** Write unit tests for service
|
|
123
|
+
- **Dependencies**: Service complete
|
|
124
|
+
- **Assignee**: @qa-engineer
|
|
125
|
+
- **Status**: Not Started
|
|
126
|
+
- **Notes**: Test all business logic paths
|
|
127
|
+
|
|
128
|
+
#### API Layer
|
|
129
|
+
|
|
130
|
+
- [ ] **[0.5h]** Create route file structure
|
|
131
|
+
- **Dependencies**: Service complete
|
|
132
|
+
- **Assignee**: @hono-engineer
|
|
133
|
+
- **Status**: Not Started
|
|
134
|
+
- **Notes**: {Notes}
|
|
135
|
+
|
|
136
|
+
- [ ] **[0.5h]** Implement routes using factory pattern
|
|
137
|
+
- **Dependencies**: Route structure
|
|
138
|
+
- **Assignee**: @hono-engineer
|
|
139
|
+
- **Status**: Not Started
|
|
140
|
+
- **Notes**: Use createCRUDRoute or createListRoute
|
|
141
|
+
|
|
142
|
+
- [ ] **[0.5h]** Add authentication middleware
|
|
143
|
+
- **Dependencies**: Routes created
|
|
144
|
+
- **Assignee**: @hono-engineer
|
|
145
|
+
- **Status**: Not Started
|
|
146
|
+
- **Notes**: Check permissions: {list permissions}
|
|
147
|
+
|
|
148
|
+
- [ ] **[0.5h]** Add custom route handlers (if needed)
|
|
149
|
+
- **Dependencies**: Factory routes complete
|
|
150
|
+
- **Assignee**: @hono-engineer
|
|
151
|
+
- **Status**: Not Started
|
|
152
|
+
- **Notes**: {Notes}
|
|
153
|
+
|
|
154
|
+
- [ ] **[1h]** Write integration tests for API
|
|
155
|
+
- **Dependencies**: API routes complete
|
|
156
|
+
- **Assignee**: @qa-engineer
|
|
157
|
+
- **Status**: Not Started
|
|
158
|
+
- **Notes**: Test auth, validation, error handling
|
|
159
|
+
|
|
160
|
+
#### Frontend Layer (Web App)
|
|
161
|
+
|
|
162
|
+
- [ ] **[1h]** Create {Feature}Form component
|
|
163
|
+
- **Dependencies**: API ready
|
|
164
|
+
- **Assignee**: @react-senior-dev
|
|
165
|
+
- **Status**: Not Started
|
|
166
|
+
- **Notes**: Use TanStack Form
|
|
167
|
+
|
|
168
|
+
- [ ] **[0.5h]** Implement client-side validation
|
|
169
|
+
- **Dependencies**: Form component
|
|
170
|
+
- **Assignee**: @react-senior-dev
|
|
171
|
+
- **Status**: Not Started
|
|
172
|
+
- **Notes**: Use Zod schemas
|
|
173
|
+
|
|
174
|
+
- [ ] **[1h]** Create {Feature}List component
|
|
175
|
+
- **Dependencies**: API ready
|
|
176
|
+
- **Assignee**: @react-senior-dev
|
|
177
|
+
- **Status**: Not Started
|
|
178
|
+
- **Notes**: Pagination, sorting
|
|
179
|
+
|
|
180
|
+
- [ ] **[0.5h]** Create {Feature}Card component
|
|
181
|
+
- **Dependencies**: None
|
|
182
|
+
- **Assignee**: @react-senior-dev
|
|
183
|
+
- **Status**: Not Started
|
|
184
|
+
- **Notes**: Reusable display component
|
|
185
|
+
|
|
186
|
+
- [ ] **[1h]** Create {Feature}Detail component
|
|
187
|
+
- **Dependencies**: API ready
|
|
188
|
+
- **Assignee**: @react-senior-dev
|
|
189
|
+
- **Status**: Not Started
|
|
190
|
+
- **Notes**: {Notes}
|
|
191
|
+
|
|
192
|
+
- [ ] **[1h]** Setup TanStack Query hooks
|
|
193
|
+
- **Dependencies**: Components created
|
|
194
|
+
- **Assignee**: @tanstack-start-engineer
|
|
195
|
+
- **Status**: Not Started
|
|
196
|
+
- **Notes**: Queries, mutations, cache keys
|
|
197
|
+
|
|
198
|
+
- [ ] **[0.5h]** Implement error handling and loading states
|
|
199
|
+
- **Dependencies**: Query hooks
|
|
200
|
+
- **Assignee**: @react-senior-dev
|
|
201
|
+
- **Status**: Not Started
|
|
202
|
+
- **Notes**: User-friendly errors
|
|
203
|
+
|
|
204
|
+
- [ ] **[1h]** Create Astro pages
|
|
205
|
+
- **Dependencies**: Components ready
|
|
206
|
+
- **Assignee**: @astro-engineer
|
|
207
|
+
- **Status**: Not Started
|
|
208
|
+
- **Notes**: index.astro, [id].astro, new.astro
|
|
209
|
+
|
|
210
|
+
- [ ] **[0.5h]** Setup routing and islands
|
|
211
|
+
- **Dependencies**: Pages created
|
|
212
|
+
- **Assignee**: @astro-engineer
|
|
213
|
+
- **Status**: Not Started
|
|
214
|
+
- **Notes**: Hydrate only interactive components
|
|
215
|
+
|
|
216
|
+
- [ ] **[1h]** Write component tests
|
|
217
|
+
- **Dependencies**: Components complete
|
|
218
|
+
- **Assignee**: @qa-engineer
|
|
219
|
+
- **Status**: Not Started
|
|
220
|
+
- **Notes**: Test user interactions
|
|
221
|
+
|
|
222
|
+
#### Frontend Layer (Admin App) - if applicable
|
|
223
|
+
|
|
224
|
+
- [ ] **[1h]** Create admin {Feature} pages
|
|
225
|
+
- **Dependencies**: API ready
|
|
226
|
+
- **Assignee**: @tanstack-start-engineer
|
|
227
|
+
- **Status**: Not Started
|
|
228
|
+
- **Notes**: TanStack Start routes
|
|
229
|
+
|
|
230
|
+
- [ ] **[1h]** Implement admin components
|
|
231
|
+
- **Dependencies**: Routes created
|
|
232
|
+
- **Assignee**: @react-senior-dev
|
|
233
|
+
- **Status**: Not Started
|
|
234
|
+
- **Notes**: {Notes}
|
|
235
|
+
|
|
236
|
+
---
|
|
237
|
+
|
|
238
|
+
### P1 - High (Should Have)
|
|
239
|
+
|
|
240
|
+
- [ ] **[1h]** Implement {additional feature}
|
|
241
|
+
- **Dependencies**: {list dependencies}
|
|
242
|
+
- **Assignee**: @{agent}
|
|
243
|
+
- **Status**: Not Started
|
|
244
|
+
- **Notes**: {Notes}
|
|
245
|
+
|
|
246
|
+
- [ ] **[0.5h]** Add {optimization}
|
|
247
|
+
- **Dependencies**: {list dependencies}
|
|
248
|
+
- **Assignee**: @{agent}
|
|
249
|
+
- **Status**: Not Started
|
|
250
|
+
- **Notes**: {Notes}
|
|
251
|
+
|
|
252
|
+
---
|
|
253
|
+
|
|
254
|
+
### P2 - Medium (Nice to Have)
|
|
255
|
+
|
|
256
|
+
- [ ] **[1h]** Implement {enhancement}
|
|
257
|
+
- **Dependencies**: {list dependencies}
|
|
258
|
+
- **Assignee**: @{agent}
|
|
259
|
+
- **Status**: Not Started
|
|
260
|
+
- **Notes**: {Notes}
|
|
261
|
+
|
|
262
|
+
---
|
|
263
|
+
|
|
264
|
+
### P3 - Low (Could Have)
|
|
265
|
+
|
|
266
|
+
- [ ] **[0.5h]** Add {minor feature}
|
|
267
|
+
- **Dependencies**: {list dependencies}
|
|
268
|
+
- **Assignee**: @{agent}
|
|
269
|
+
- **Status**: Not Started
|
|
270
|
+
- **Notes**: Can be deferred
|
|
271
|
+
|
|
272
|
+
---
|
|
273
|
+
|
|
274
|
+
## Phase 3: Validation 🔲 Not Started
|
|
275
|
+
|
|
276
|
+
### Quality Assurance
|
|
277
|
+
|
|
278
|
+
- [ ] **[1h]** Run QA validation with `qa-criteria-validator`
|
|
279
|
+
- **Dependencies**: Implementation complete
|
|
280
|
+
- **Assignee**: @qa-engineer
|
|
281
|
+
- **Status**: Not Started
|
|
282
|
+
- **Notes**: Validate against PDR acceptance criteria
|
|
283
|
+
|
|
284
|
+
- [ ] **[0.5h]** Fix issues from QA feedback
|
|
285
|
+
- **Dependencies**: QA validation complete
|
|
286
|
+
- **Assignee**: @{responsible-agent}
|
|
287
|
+
- **Status**: Not Started
|
|
288
|
+
- **Notes**: {Notes}
|
|
289
|
+
|
|
290
|
+
### Code Quality
|
|
291
|
+
|
|
292
|
+
- [ ] **[0.5h]** Run `/code-check` (lint + typecheck)
|
|
293
|
+
- **Dependencies**: Implementation complete
|
|
294
|
+
- **Assignee**: @tech-lead
|
|
295
|
+
- **Status**: Not Started
|
|
296
|
+
- **Notes**: Must pass before proceeding
|
|
297
|
+
|
|
298
|
+
- [ ] **[0.5h]** Run `/run-tests` with coverage
|
|
299
|
+
- **Dependencies**: Code check passing
|
|
300
|
+
- **Assignee**: @qa-engineer
|
|
301
|
+
- **Status**: Not Started
|
|
302
|
+
- **Notes**: Ensure 90%+ coverage
|
|
303
|
+
|
|
304
|
+
### Code Review
|
|
305
|
+
|
|
306
|
+
- [ ] **[1h]** Backend code review
|
|
307
|
+
- **Dependencies**: Tests passing
|
|
308
|
+
- **Assignee**: @backend-reviewer
|
|
309
|
+
- **Status**: Not Started
|
|
310
|
+
- **Notes**: {Notes}
|
|
311
|
+
|
|
312
|
+
- [ ] **[1h]** Frontend code review
|
|
313
|
+
- **Dependencies**: Tests passing
|
|
314
|
+
- **Assignee**: @frontend-reviewer
|
|
315
|
+
- **Status**: Not Started
|
|
316
|
+
- **Notes**: {Notes}
|
|
317
|
+
|
|
318
|
+
- [ ] **[0.5h]** Architecture consistency validation
|
|
319
|
+
- **Dependencies**: Code reviews complete
|
|
320
|
+
- **Assignee**: @architecture-validator
|
|
321
|
+
- **Status**: Not Started
|
|
322
|
+
- **Notes**: {Notes}
|
|
323
|
+
|
|
324
|
+
- [ ] **[0.5h]** Tech lead global review
|
|
325
|
+
- **Dependencies**: All reviews complete
|
|
326
|
+
- **Assignee**: @tech-lead
|
|
327
|
+
- **Status**: Not Started
|
|
328
|
+
- **Notes**: Integration and consistency check
|
|
329
|
+
|
|
330
|
+
### Security & Performance
|
|
331
|
+
|
|
332
|
+
- [ ] **[1h]** Security review
|
|
333
|
+
- **Dependencies**: Code reviews complete
|
|
334
|
+
- **Assignee**: @security-engineer
|
|
335
|
+
- **Status**: Not Started
|
|
336
|
+
- **Notes**: Check auth, validation, XSS, SQL injection
|
|
337
|
+
|
|
338
|
+
- [ ] **[1h]** Performance review
|
|
339
|
+
- **Dependencies**: Implementation complete
|
|
340
|
+
- **Assignee**: @performance-engineer
|
|
341
|
+
- **Status**: Not Started
|
|
342
|
+
- **Notes**: Bundle size, query performance, Core Web Vitals
|
|
343
|
+
|
|
344
|
+
- [ ] **[0.5h]** Accessibility validation (WCAG AA)
|
|
345
|
+
- **Dependencies**: UI complete
|
|
346
|
+
- **Assignee**: @accessibility-engineer
|
|
347
|
+
- **Status**: Not Started
|
|
348
|
+
- **Notes**: Keyboard nav, screen readers, contrast
|
|
349
|
+
|
|
350
|
+
### Final Quality Check
|
|
351
|
+
|
|
352
|
+
- [ ] **[0.5h]** Run `/quality-check` command
|
|
353
|
+
- **Dependencies**: All previous checks complete
|
|
354
|
+
- **Assignee**: @tech-lead
|
|
355
|
+
- **Status**: Not Started
|
|
356
|
+
- **Notes**: Consolidated report of all quality checks
|
|
357
|
+
|
|
358
|
+
---
|
|
359
|
+
|
|
360
|
+
## Phase 4: Finalization 🔲 Not Started
|
|
361
|
+
|
|
362
|
+
### Documentation
|
|
363
|
+
|
|
364
|
+
- [ ] **[1h]** Update API documentation (OpenAPI)
|
|
365
|
+
- **Dependencies**: API complete
|
|
366
|
+
- **Assignee**: @tech-writer
|
|
367
|
+
- **Status**: Not Started
|
|
368
|
+
- **Notes**: {Notes}
|
|
369
|
+
|
|
370
|
+
- [ ] **[0.5h]** Create component usage guide
|
|
371
|
+
- **Dependencies**: Components complete
|
|
372
|
+
- **Assignee**: @tech-writer
|
|
373
|
+
- **Status**: Not Started
|
|
374
|
+
- **Notes**: {Notes}
|
|
375
|
+
|
|
376
|
+
- [ ] **[0.5h]** Document architecture decisions
|
|
377
|
+
- **Dependencies**: Implementation complete
|
|
378
|
+
- **Assignee**: @tech-writer
|
|
379
|
+
- **Status**: Not Started
|
|
380
|
+
- **Notes**: If significant architectural changes
|
|
381
|
+
|
|
382
|
+
- [ ] **[0.5h]** Update README files
|
|
383
|
+
- **Dependencies**: Documentation complete
|
|
384
|
+
- **Assignee**: @tech-writer
|
|
385
|
+
- **Status**: Not Started
|
|
386
|
+
- **Notes**: {Notes}
|
|
387
|
+
|
|
388
|
+
- [ ] **[0.5h]** Generate diagrams
|
|
389
|
+
- **Dependencies**: Documentation written
|
|
390
|
+
- **Assignee**: @tech-writer
|
|
391
|
+
- **Status**: Not Started
|
|
392
|
+
- **Notes**: Architecture, flows, ERD
|
|
393
|
+
|
|
394
|
+
### Git & Deployment
|
|
395
|
+
|
|
396
|
+
- [ ] **[0.5h]** Generate commit messages with `/commit`
|
|
397
|
+
- **Dependencies**: All work complete
|
|
398
|
+
- **Assignee**: @main-agent
|
|
399
|
+
- **Status**: Not Started
|
|
400
|
+
- **Notes**: Follow conventional commits
|
|
401
|
+
|
|
402
|
+
- [ ] **[Manual]** User reviews and approves commits
|
|
403
|
+
- **Dependencies**: Commits generated
|
|
404
|
+
- **Assignee**: User
|
|
405
|
+
- **Status**: Not Started
|
|
406
|
+
- **Notes**: User stages and commits manually
|
|
407
|
+
|
|
408
|
+
- [ ] **[Manual]** User creates PR
|
|
409
|
+
- **Dependencies**: Commits pushed
|
|
410
|
+
- **Assignee**: User
|
|
411
|
+
- **Status**: Not Started
|
|
412
|
+
- **Notes**: {Notes}
|
|
413
|
+
|
|
414
|
+
---
|
|
415
|
+
|
|
416
|
+
## Blockers & Issues
|
|
417
|
+
|
|
418
|
+
### Active Blockers
|
|
419
|
+
|
|
420
|
+
| Task | Blocker | Impact | Resolution | Owner |
|
|
421
|
+
|------|---------|--------|------------|-------|
|
|
422
|
+
| {Task} | {What's blocking} | High/Med/Low | {How to resolve} | {Who} |
|
|
423
|
+
|
|
424
|
+
### Resolved Blockers
|
|
425
|
+
|
|
426
|
+
| Task | Was Blocked By | Resolution | Resolved Date |
|
|
427
|
+
|------|----------------|------------|---------------|
|
|
428
|
+
| {Task} | {What blocked it} | {How resolved} | YYYY-MM-DD |
|
|
429
|
+
|
|
430
|
+
---
|
|
431
|
+
|
|
432
|
+
## Notes & Decisions
|
|
433
|
+
|
|
434
|
+
### Implementation Notes
|
|
435
|
+
|
|
436
|
+
**YYYY-MM-DD**:
|
|
437
|
+
|
|
438
|
+
- {Note about implementation decision}
|
|
439
|
+
- {Note about approach taken}
|
|
440
|
+
|
|
441
|
+
**YYYY-MM-DD**:
|
|
442
|
+
|
|
443
|
+
- {Note about issue encountered}
|
|
444
|
+
- {Note about solution}
|
|
445
|
+
|
|
446
|
+
### Technical Decisions
|
|
447
|
+
|
|
448
|
+
**Decision 1**: {Decision made}
|
|
449
|
+
|
|
450
|
+
- **Rationale**: {Why}
|
|
451
|
+
- **Alternatives**: {What else was considered}
|
|
452
|
+
- **Date**: YYYY-MM-DD
|
|
453
|
+
|
|
454
|
+
**Decision 2**: {Decision made}
|
|
455
|
+
|
|
456
|
+
- **Rationale**: {Why}
|
|
457
|
+
- **Date**: YYYY-MM-DD
|
|
458
|
+
|
|
459
|
+
---
|
|
460
|
+
|
|
461
|
+
## Daily Progress Log
|
|
462
|
+
|
|
463
|
+
### YYYY-MM-DD
|
|
464
|
+
|
|
465
|
+
**Completed**:
|
|
466
|
+
|
|
467
|
+
- {Task completed}
|
|
468
|
+
- {Task completed}
|
|
469
|
+
|
|
470
|
+
**In Progress**:
|
|
471
|
+
|
|
472
|
+
- {Task being worked on}
|
|
473
|
+
|
|
474
|
+
**Blockers**:
|
|
475
|
+
|
|
476
|
+
- {Any blockers encountered}
|
|
477
|
+
|
|
478
|
+
**Next Steps**:
|
|
479
|
+
|
|
480
|
+
- {What's next}
|
|
481
|
+
|
|
482
|
+
---
|
|
483
|
+
|
|
484
|
+
### YYYY-MM-DD (Next Day)
|
|
485
|
+
|
|
486
|
+
{Continue with daily logs}
|
|
487
|
+
|
|
488
|
+
---
|
|
489
|
+
|
|
490
|
+
## Lessons Learned
|
|
491
|
+
|
|
492
|
+
**What Went Well**:
|
|
493
|
+
|
|
494
|
+
- {Positive point 1}
|
|
495
|
+
- {Positive point 2}
|
|
496
|
+
|
|
497
|
+
**What Could Be Improved**:
|
|
498
|
+
|
|
499
|
+
- {Improvement area 1}
|
|
500
|
+
- {Improvement area 2}
|
|
501
|
+
|
|
502
|
+
**Process Improvements**:
|
|
503
|
+
|
|
504
|
+
- {Process change to consider}
|
|
505
|
+
- {Tool or approach to adopt}
|
|
506
|
+
|
|
507
|
+
---
|
|
508
|
+
|
|
509
|
+
## Metrics
|
|
510
|
+
|
|
511
|
+
**Estimated Total Time**: {X} hours
|
|
512
|
+
**Actual Total Time**: {Y} hours
|
|
513
|
+
**Variance**: {Z} hours ({percentage}%)
|
|
514
|
+
|
|
515
|
+
**Estimated vs Actual by Phase**:
|
|
516
|
+
|
|
517
|
+
| Phase | Estimated | Actual | Variance |
|
|
518
|
+
|-------|-----------|--------|----------|
|
|
519
|
+
| Planning | {X}h | {Y}h | {Z}h |
|
|
520
|
+
| Implementation | {X}h | {Y}h | {Z}h |
|
|
521
|
+
| Validation | {X}h | {Y}h | {Z}h |
|
|
522
|
+
| Finalization | {X}h | {Y}h | {Z}h |
|
|
523
|
+
|
|
524
|
+
**Task Completion Rate**:
|
|
525
|
+
|
|
526
|
+
- Average time per task: {X} hours
|
|
527
|
+
- Tasks per day: {Y}
|
|
528
|
+
- Total days: {Z}
|
|
529
|
+
|
|
530
|
+
---
|
|
531
|
+
|
|
532
|
+
**Last Updated**: YYYY-MM-DD
|
|
533
|
+
**Status**: {In Progress | Completed}
|
|
534
|
+
**Next Review**: YYYY-MM-DD
|