From archcore
Creates requirements chain (idea → PRD → plan) for features or initiatives, or single plan document. Triggers on 'plan X', 'create roadmap', or 'let's plan'.
npx claudepluginhub archcore-ai/plugin --plugin archcoreThis skill uses the workspace's default tool permissions.
Plan a feature or initiative. Creates the full requirements chain (idea → PRD → plan) or a single plan document, depending on scope.
Generates linked idea → PRD → plan documents via archcore tools with user prompts. For individual features, small teams, rapid prototyping.
Creates structured plans for multi-step tasks like software features, research workflows, events, or study plans. Deepens existing plans with interactive sub-agent reviews.
Creates structured plans for multi-step tasks including software features, implementations, research, or projects. Deepens plans via interactive sub-agent reviews.
Share bugs, ideas, or general feedback.
Plan a feature or initiative. Creates the full requirements chain (idea → PRD → plan) or a single plan document, depending on scope.
Not plan:
/archcore:decide/archcore:capture/archcore:standard/archcore:context/archcore:context| Signal | Route | Documents |
|---|---|---|
| User describes a feature or initiative (default) | → product-track flow | idea → prd → plan |
| User says "just a plan" or "only the plan document" | → single plan | plan only |
| User says "need research first" or "market analysis" | → sources-track then product-track | mrd → brd → urd, then idea → prd → plan |
| Ambiguous | → ask one question | "Full feature plan (idea + PRD + plan) or just a plan document?" |
Default: product-track flow (idea → prd → plan). This is the smallest complete planning unit.
mcp__archcore__list_documents(types=["idea", "prd", "plan"]) — check what exists on this topic. If partial chain exists, pick up where it left off.
If $ARGUMENTS is clear, proceed with default (product-track). If ambiguous, ask: "Full feature plan (idea + PRD + plan) or just a plan document?"
If product-track flow (default):
Skip any documents that already exist on this topic.
Idea (if missing):
mcp__archcore__create_document(type="idea")PRD (if missing):
mcp__archcore__create_document(type="prd")mcp__archcore__add_relation — prd implements ideaPlan (if missing):
mcp__archcore__create_document(type="plan")mcp__archcore__add_relation — plan implements prdIf single plan only:
mcp__archcore__create_document(type="plan")Suggest mcp__archcore__add_relation calls to link with existing ADRs, specs, or other relevant documents.
Product-track: three linked documents — idea → prd → plan (each implements previous). Single plan: one plan document. Report: paths, relations, recommended next actions (e.g., "consider creating a spec for the technical contract").