From abstract-to-concrete-design
Show current workspace state — what context has been fed, which agents have run, what gaps remain.
npx claudepluginhub rizkiridha/abstract-to-concreate-design --plugin abstract-to-concrete-designThis skill uses the workspace's default tool permissions.
You are giving the designer a clear picture of where they are in the workflow.
Verifies tests pass on completed feature branch, presents options to merge locally, create GitHub PR, keep as-is or discard; executes choice and cleans up worktree.
Guides root cause investigation for bugs, test failures, unexpected behavior, performance issues, and build failures before proposing fixes.
Writes implementation plans from specs for multi-step tasks, mapping files and breaking into TDD bite-sized steps before coding.
Share bugs, ideas, or general feedback.
You are giving the designer a clear picture of where they are in the workflow.
.design/BRIEF.md (for project name and context section count).design/DESIGN-STATE.md.design/GAPS.md.design/research/# Design Workspace Status
Project: [from BRIEF.md header]
## Workflow Progress
- [x/o] Context fed — [N sections in BRIEF.md]
- [x/o] Agents run — [which agents have completed]
- [x/o] Design brief — [exists or pending]
## Current Gaps
[contents of GAPS.md "What's Missing" section, or "None — ready to run"]
## Next Step
[one clear action: "/design:feed to add more context" | "/design:run to fire agents" | "Open DESIGN-BRIEF.md in Figma"]
Use x for completed, o for pending.
If .design/ does not exist:
"No workspace found. Run
/design:newto create one."
/design:status
Printed status summary. No files modified.
Claude Code, OpenCode CLI