Loading...
Loading...
Researches how the industry solves a defined issue, collects references from engineering blogs, open-source projects, and technical articles, then produces a design document with industry baseline, research summary, design goals, non-goals, and proposed design. Use when an issue definition exists in docs/issues/ and a concrete design is needed before implementation begins.
npx skill4agent add boojack/skills writing-designsdefinition.mddocs/issues/YYYY-MM-DD-<slug>/NO DESIGN DECISION WITHOUT A CITED REFERENCE- [ ] Step 1: Load Issue Definition
- [ ] Step 2: Research
- [ ] Step 3: Industry Baseline
- [ ] Step 4: Research Summary
- [ ] Step 5: Design Goals & Non-Goals
- [ ] Step 6: Proposed Design
- [ ] Step 7: Validatedefinition.mdWebFetch| Check | Criteria |
|---|---|
| References | 5+ entries with verified URLs via |
| Industry Baseline | Cites references by title, no speculation |
| Design Goals | Verifiable, trace to issue statement |
| Non-Goals | All inherited items from issue definition included |
| Proposed Design | Every decision traces to a goal, no implementation code |
docs/issues/YYYY-MM-DD-<slug>/design.mddefinition.md## References
## Industry Baseline
## Research Summary
## Design Goals
## Non-Goals
## Proposed Designkeys.filter(k => ...)WebFetch