Files
Team c0d14c6ac1 chore: restructure skills repo with new agents and skill bundles
- Add new skills: deep-dive, docs-rag, meta-creator, ppt-maker, sdlc
- Add agent configs: g-assistent, meta-creator, sdlc with prompt files
- Add reference docs for custom agents and skills specification
- Add utility scripts: install-agents.sh, orchestrate.py, puml2svg.sh
- Update README and commit-message skill config
- Remove deprecated skills: codereview, python, testing, typescript
- Add .gitignore
2026-04-18 13:07:46 +08:00

33 lines
1017 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# Phase Quick-Reference Checklist
## Phase 1 — Requirements
- [ ] Problem statement written (13 sentences)
- [ ] Functional requirements listed (FR-N format)
- [ ] Non-functional requirements listed
- [ ] Constraints documented
- [ ] Out-of-scope items explicit
- [ ] Open questions listed
## Phase 2 — Design
- [ ] Architecture style chosen with rationale
- [ ] Component diagram (PlantUML)
- [ ] Data model diagram (PlantUML)
- [ ] External dependencies table
- [ ] ADRs written (decision + rationale)
- [ ] Risks table with mitigations
## Phase 3 — Tasks
- [ ] Work grouped into milestones
- [ ] Each task: estimable, independent, linked to FR
- [ ] Dependencies identified
- [ ] Critical path flagged
- [ ] Parallelizable tasks noted
## Phase 4 — Implementation Plan
- [ ] Setup checklist written
- [ ] Tasks ordered by dependency + priority
- [ ] Each task has acceptance criteria
- [ ] Each task has implementation notes
- [ ] Each task has Definition of Done
- [ ] "Day 1" first task identified