From abstract-to-concrete-design
Add context to the design project workspace. Paste MoMs, emails, Slack threads, research docs, or stakeholder notes. Agent reflects back understanding and surfaces gaps.
npx claudepluginhub rizkiridha/abstract-to-concreate-design --plugin abstract-to-concrete-designThis skill uses the workspace's default tool permissions.
You are helping a designer accumulate project context before running research agents. Your job is to ingest pasted content, update the workspace, and reflect back what you understand — including what's still missing.
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 helping a designer accumulate project context before running research agents. Your job is to ingest pasted content, update the workspace, and reflect back what you understand — including what's still missing.
Ask the designer to paste their content (MoM, email, chat, research doc, etc.)
Ingest the content
Append it to .design/BRIEF.md under a new dated section
Mark the context feeding step as complete in .design/DESIGN-STATE.md by updating - [ ] Context feeding to - [x] Context feeding
Analyze the full contents of BRIEF.md and update .design/GAPS.md:
Ask: "Is there more context you'd like to add, or are you ready to validate your understanding?"
If ready to validate, prompt:
"Run
/design:validateto verify problem understanding, check stakeholder alignment, and assess context freshness before running agents."
Surface gaps if any of these are missing from the accumulated context:
Do NOT block the designer from proceeding. Surface gaps, let them decide.
Append to .design/BRIEF.md:
---
## Context Added: [DATE TIME]
Source: [brief label e.g. "MoM - Product Sync 2026-03-10"]
[PASTED CONTENT]
Overwrite .design/GAPS.md entirely with fresh analysis:
# Gaps & Understanding
Last updated: [DATE TIME]
## What I Understand So Far
[Concise summary of problem, users, constraints, decisions from all BRIEF.md content]
## What's Missing
[Specific gap list — be concrete, not vague]
- [ ] [Gap 1]
- [ ] [Gap 2]
...
## Recommendation
[One sentence: "You have enough to run agents" OR "Consider adding [specific thing] before running"]
/design:feed
No arguments. You will be prompted to paste your content.
.design/BRIEF.md.design/GAPS.mdClaude Code, OpenCode CLI