Help us improve
Share bugs, ideas, or general feedback.
From dream-team
Generates a delegated execution spec from the current brainstorming session and saves it as specs/YYYY-MM-DD-<name>.md using today's date.
npx claudepluginhub ratler/dream-team --plugin dream-teamHow this command is triggered — by the user, by Claude, or both
Slash command
/dream-team:spec-delegatedThe summary Claude sees in its command listing — used to decide when to auto-load this command
CRITICAL RULE: The spec file MUST be saved as specs/YYYY-MM-DD-<name>.md using today's date. For example, if today is 2026-02-07 and the topic is "user auth", save as specs/2026-02-07-user-auth.md. Never omit the date prefix.
Read `${CLAUDE_PLUGIN_ROOT}/skills/spec-delegated/SKILL.md` and follow its instructions exactly./spec-drivenDecomposes a compound request into deliverables, dependencies, and decision gates, then writes spec, plan, and result-check files.
/create-specCreates detailed specs for new features or artifacts with technical specifications, task breakdowns, aligned to project roadmap and mission.
/devkit.brainstormGenerates functional specifications from ideas, defining business logic, use cases, and acceptance criteria (WHAT, not HOW). Outputs Markdown to docs/specs/[id]/YYYY-MM-DD--feature-name.md.
/specStarts spec-driven development: asks clarifying questions on objectives, features, tech stack, and boundaries; generates structured SPEC.md covering six core areas; confirms before proceeding.
/buidl-specRefines a raw idea through challenge interrogation (five gates, questions, pre-mortem) into three spec documents: requirements.md, design.md, tasks.md, saved to .claude/loop/sessions/<name>/spec/ for later /buidl.
Share bugs, ideas, or general feedback.
CRITICAL RULE: The spec file MUST be saved as specs/YYYY-MM-DD-.md using today's date. For example, if today is 2026-02-07 and the topic is "user auth", save as specs/2026-02-07-user-auth.md. Never omit the date prefix.
Read ${CLAUDE_PLUGIN_ROOT}/skills/spec-delegated/SKILL.md and follow its instructions exactly.