Skill Claude CodeCodex
Detect business knowledge base availability and completeness status. Scans sync-state directory to determine if full knowledge, lite knowledge, or no knowledge is available.
Skill Claude CodeCodex
Detect business knowledge base availability and completeness status. Scans sync-state directory to determine if full knowledge, lite knowledge, or no knowledge is available.
Skill Claude CodeCodex
Generate analyze task plan for a single business module. Reads features-.json, filters matched module's pending features, and outputs a task plan JSON. Used by Worker Agent, invoked by PM Agent for on-demand module task planning.
Skill Claude CodeCodex
Match user requirement text against business knowledge base features to identify related modules. Reads features-.json and performs semantic matching.
Skill Claude CodeCodex
SpecCrew PM Phase 0 Initialization Skill. Handles iteration directory creation, WORKFLOW-PROGRESS.json management, checkpoint recovery, IDE detection, and path initialization.
Skill Claude CodeCodex
SpecCrew PM Phase 1 Knowledge Base Availability Check Skill. Detects knowledge base status and initializes business knowledge as needed. Supports three-path routing with Path B deep initialization sequence.
Skill Claude CodeCodex
Complexity assessment and skill routing for PM Phase 2. Validates knowledge initialization completeness, evaluates requirement complexity across 5 dimensions, and routes to appropriate PRD workflow.
Skill Claude CodeCodex
PM Phase 5 Sub-PRD Batch Dispatch Skill. Orchestration-layer skill executed directly by PM Agent. Dispatches Workers for parallel Sub-PRD generation across modules.
Skill Claude CodeCodex
SpecCrew PM Phase 6 Verification & Confirmation Skill. Performs file integrity validation, feature list completeness check, user review gate, and finalization.
Skill Claude CodeCodex
SpecCrew PM PRD Generation Skill. Generates PRD documents from clarified requirements and module design. Produces Master PRD and Sub-PRD Dispatch Plan for downstream Feature Design.
Skill Claude CodeCodex
Quick impact assessment for new requirements. Analyzes affected modules, change type, risk level, and cross-module dependencies using system documentation and knowledge graph.
Skill Claude CodeCodex
SpecCrew PM Requirement Clarification Skill. Dual-mode support (simple/complex). Produces .clarification-summary.md as interface contract for downstream PRD generation. First step in PRD workflow.
Skill Claude CodeCodex
SpecCrew PM Requirement Modeling Skill. Applies ISA-95 Stages 1-3 for business domain analysis, WBS decomposition, and module ordering. Produces .module-design.md as interface contract.