From archcore
Generates linked idea → PRD → plan documents via archcore tools with user prompts. For individual features, small teams, rapid prototyping.
npx claudepluginhub archcore-ai/plugin --plugin archcoreThis skill uses the workspace's default tool permissions.
Lightweight requirements flow. Best for individual features, small teams, rapid prototyping.
Generates structured Product Requirements Documents (PRDs) by gathering project context from files and commits, asking 3-5 clarifying questions with lettered options, and producing sections like user stories, functional requirements, non-goals, and success metrics.
Generates structured Product Requirements Documents via interview, codebase research using Explore/librarian, planning, and approval workflow. Triggers on '/ralph-plan <topic>', 'create prd', 'generate prd', 'plan this'.
Share bugs, ideas, or general feedback.
Lightweight requirements flow. Best for individual features, small teams, rapid prototyping.
mcp__archcore__list_documents(types=["idea", "prd", "plan"]) — see what exists. If $ARGUMENTS provided, check for duplicates on this topic.
If related documents already exist (e.g., an idea without a PRD), pick up where the chain left off — don't recreate.
Use the AskUserQuestion tool to ask: "What's the core concept? Who would benefit?"
Compose content covering Idea, Value, Possible Implementation, Risks and Constraints. Create via mcp__archcore__create_document(type="idea").
Use the AskUserQuestion tool to ask: "What problem does this solve? What are the success metrics?"
Compose content covering Vision, Problem Statement, Goals and Success Metrics, Requirements. Create via mcp__archcore__create_document(type="prd").
Add relation: mcp__archcore__add_relation — prd implements idea.
Use the AskUserQuestion tool to ask: "What are the key phases? What are the dependencies?"
Compose content covering Goal, Tasks (phased), Acceptance Criteria, Dependencies. Create via mcp__archcore__create_document(type="plan").
Add relation: mcp__archcore__add_relation — plan implements prd.
Check for ADRs, specs, or other documents that should be linked. Suggest additional add_relation calls.
Three linked documents: idea → prd → plan (each implements previous).