0020 — Design skills: grill-lean, grill-me, write-prd, architecture-review, break-into-issues, prototype #36
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Type: HITL
Parent PRD:
docs/prd/chunk-3-skills-library.mdWhat to build
The 6 design phase skills. Four are refactors of existing Pocock placeholders; two are new. All are authored using
write-skill(0018) and evaluated usingwrite-eval(0017).Skills, origins, and trigger descriptions:
grill-leangrill-megrill-megrill-with-docs; callswrite-adrwrite-prdto-prdarchitecture-reviewbreak-into-issuesto-issuesprototypeKey constraints per skill:
grill-me: must refuse to produce code until all decisions are explicit; callswrite-adrwhen a decision crystallises; integrates domain model from CONTEXT.md; output is a structured decision summarygrill-lean: lightweight secondary path — quick interrogation without domain model integration or ADR writingwrite-prd: contains why + what only — problem statement, goals, explicit non-goals, functional requirements at feature level, success criteria. Never contains HOWarchitecture-review: the designated home for HOW at the workstream level — must present ≥2 technical approach options with tradeoffs; never recommends a single option without alternativesbreak-into-issues: independently shippable issue bodies; each issue may include a Design notes section for non-trivial implementation specifics; proposes Gitea milestone groupings for PRDs producing >5 issues; does not post — outputs bodies for human reviewprototype: add frontmatter and authoring standard sections; preserve existing behaviorComposition:
grill-mecallswrite-adrby name.write-adrmust exist (0019) beforegrill-meis finalized.Implementation notes
Follow the per-skill workflow defined in
docs/notes/skill-implementation-workflow.md.Known upstream sources to review for this category:
mattpocock/skills— originalgrill-me,to-prd,to-issues,grill-with-docsplaceholders; review at current HEAD for improvements; record SHAs insource:for refactored skillsbmad-method/bmad-method— BMAD design phase patterns; relevant forbreak-into-issuesandwrite-prdgithub/spec-kitandFission-AI/OpenSpec— PRD and issue spec standardsAcceptance criteria
.agents/skills/<skill-name>/SKILL.md;metadata.category: design; authoring standard metgrill-mecorrectly callswrite-adrby skill namewrite-prdincludes inline self-checks that reject PRDs containing implementation approach or technical designarchitecture-reviewpresents ≥2 options with tradeoffs in all outputssource:fields populated for all refactored skills (repo slug, commit SHA, files adopted, updated date).agents/evals/design/<skill-name>/eval.yamlproduced viawrite-evalinstall.shdeploys all 6 to~/.agents/skills/docs/spec/overview.mdupdated to reflect all 6 skills deployedBlocked by
docs/notes/skill-implementation-workflow.mdmust exist)write-evalneeded to produce evals)write-skillused to author these skills)write-adrmust exist beforegrill-mecan call it)