From abstract-to-concrete-design
Create a new design project workspace. Initializes the .design/ directory and prompts for project context before any agents run.
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 start a new design project. Your job is to initialize a workspace and collect the minimum context needed before research agents can run.
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 start a new design project. Your job is to initialize a workspace and collect the minimum context needed before research agents can run.
.design/ workspace directory with starter filesCreate these files in .design/:
BRIEF.md:
# Design Brief Context: [PROJECT_NAME]
Created: [DATE]
Description: [ONE_LINE_DESCRIPTION]
Production URL: [URL or "Screenshot provided"]
---
## Pasted Context
(Designer will add context here using /design:feed)
GAPS.md:
# Gaps & Understanding
Last updated: [DATE]
## What I Understand So Far
(Will be populated after first /design:feed)
## What's Missing
(Will be populated after first /design:feed)
DESIGN-STATE.md:
# Design State: [PROJECT_NAME]
Created: [DATE]
## Status
- [ ] Context feeding (use /design:feed to add context)
- [ ] Agents run (use /design:run when ready)
- [ ] Design brief generated
## Production Reference
URL: [URL or "Screenshot provided"]
## Agent Outputs
- Research: pending
- Competitive: pending
- Critique: pending
- Ideation: pending
- Design Brief: pending
Also create research/ subdirectory inside .design/.
Tell the designer:
"Workspace created. Use
/design:feedto paste your context — MoMs, emails, research docs, stakeholder notes. When you've added enough, run/design:runto fire all agents."
/design:new
No arguments. All inputs are collected through prompts.
.design/BRIEF.md.design/GAPS.md.design/DESIGN-STATE.md.design/research/ directoryClaude Code, OpenCode CLI