with one click
design-to-agent-work
// Clarifies fuzzy direction into durable memory and issue-shaping handoff. Use when the user wants to turn an idea, conversation, ADR, PRD, or prior session into clear agent-ready work.
// Clarifies fuzzy direction into durable memory and issue-shaping handoff. Use when the user wants to turn an idea, conversation, ADR, PRD, or prior session into clear agent-ready work.
Creates or revises one portable agent skill with concise routing, progressive disclosure, and clear safety boundaries. Use when the user wants to write, clean up, or restructure a skill.
Finds Codex session coordinates by id, title, repo path, rollout path, or topic. Use when a user or another skill needs thread metadata and rollout paths for its own review.
Reviews recent Codex sessions for repeated agent failures and skill improvements. Use for daily/weekly retrospectives, skill audits, agent-pattern analysis, or cleanup recommendations.
Gathers internal or external evidence for one decision and returns sourced patterns. Use when design, planning, retrospectives, or architecture depends on research before deciding.
Skips obvious branches inside grilling sessions by stating the assumed answer and moving on. Use when the user says fast-forward, skip, obvious, same as me, or next unclear area.
Grilling session that challenges your plan against the existing domain model, sharpens terminology, and updates agent-owned documentation under `.agents/` inline as decisions crystallise. Use when the real task is defining purpose, scope, structure, canonical terms, capture/refinement criteria, or other durable decisions for the project.
| name | design-to-agent-work |
| description | Clarifies fuzzy direction into durable memory and issue-shaping handoff. Use when the user wants to turn an idea, conversation, ADR, PRD, or prior session into clear agent-ready work. |
Use this for the human-guided stages before implementation:
Clarify Direction + Capture Durable Memory -> Shape Agent Work
Default output target is GitHub Issues. Other targets may be supported later, but name the target explicitly so the lifecycle does not depend on GitHub-specific wording.
grill-with-docs for project language, boundaries, and ADR-worthy trade-offs.evidence-research for internal or external evidence.codex-session-finder for prior session evidence.codex-skill-retrospective for repeated agent-pattern evidence.simplify or strict-code-review when the concern is accidental complexity.handoff when continuation context must be preserved..agents/CONTEXT.md is vocabulary only.validate-direction whenever a direction is about to harden into durable memory, issue breakdown, workflow rule, or execution contract.shape-agent-work once the direction is clear enough to create agent-ready issues.User: "Use design-to-agent-work for the workspace source redesign."
Expected flow: clarify terms with grill-with-docs, validate the direction before it hardens, write any atomic ADRs or glossary terms, then hand the resolved direction to shape-agent-work for GitHub issues.
needs-info instead of starting edits..agents/CONTEXT.md.clarify/design -> shaped issue or handoff -> focused implementation -> PR review/validation
After implementation starts, use pr-refiner for PR readiness and pre-merge-validation only when merge risk requires consumer-facing proof.