gormes-progress-slicer
Turn broad Gormes plans, PRDs, parity gaps, review findings, or user objectives into thin, verifiable progress-row slices.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Turn broad Gormes plans, PRDs, parity gaps, review findings, or user objectives into thin, verifiable progress-row slices.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Implement one selected repo-scoped Gormes row with tests. Use when next-work says decision=build. Do not use for decision=plan, broad parity audits, or untracked feature ideas.
Shape source-backed Gormes progress rows. Use for decision=plan builder handoffs, row splitting, feature maps, or parity planning. Do not use when decision=build or for runtime code.
Route Gormes work to the smallest repo-local skill chain. Use before substantial planning/building/refactor work, when unsure which Gormes skill applies, or when creating/improving repo-local skills.
Build one selected Gormes behavior with red-green-refactor. Use when the row or reproduced bug defines a test target. Do not use after decision=plan or for broad planning.
Move one bounded cmd/gormes command domain out of root files toward root main.go only. Use when thinning cmd/gormes, burning down loose root files, preserving CLI behavior, or catching refactor regressions during cmd moves.
Use when an agent is unfamiliar with a Gormes code area, a change crosses package boundaries, or a refactor needs a source-backed module map before edits.
| name | gormes-progress-slicer |
| description | Turn broad Gormes plans, PRDs, parity gaps, review findings, or user objectives into thin, verifiable progress-row slices. |
Use this to convert broad work into thin, verifiable Gormes backlog rows without creating side queues.
Inspired by mattpocock/skills to-issues and triage; adapted so the progress control plane captures what remains to be built.
Gormes TODOs live in the logical progress backlog, not in ad hoc files. Use this skill when the user asks where TODOs live, asks to add more work, or pastes a broad missing-feature list that needs to become buildable slices.
webpages/docs/content/building-gormes/architecture_plan/progress.json/ via cmd/progress / internal/planning/progress.webpages/docs/parity-evidence/HERMES-BEHAVIOR-ATOMS.md; use it for source-backed missing/partial classifications, not as the queue.TODO.md may exist, but do not append new active work there.go run ./cmd/progress next-work --repo-only reports no builder-ready rows, the next action is usually row sharpening: split one vague/blocked gap into a repo-scoped builder-ready row with exact validation.Each slice must be:
gormes-builder/gormes-tdd-slice pass.go run ./cmd/progress list --module <module> or targeted rg over progress docs; consult parity evidence docs only for source-backed classifications.gormes-planner and cmd/progress / internal/planning/progress when schema, priorities, or generated docs need edits.Objective: <one line>
Source refs: <files/URLs>
Slices:
1. <title> — AFK/HITL
behavior: <vertical outcome>
validation: <command/evidence>
blocked_by: <none/row id>
progress_row_target: <module/id or new-row-needed>
write_scope: <repo paths>
ready_when: <builder-ready condition>
not_ready_when: <blockers/ambiguity>
go run ./cmd/progress validategit diff --check