charlesmu99/speccrew

SpecCrew - An AI-driven software engineering framework that embeds a virtual AI development team into your projects. Supports specification-driven development (SDD) with PRD → Feature Design → System Design → Develop → System Test workflow.

13Stars on the repository
79Mods indexed here, across every type
4mo agoLast push, which is what freshness is scored on
Apache-2.0Licence, which decides whether bodies are shown

charlesmu99/speccrew

Skill Claude CodeCodex

Classify features into business modules by analyzing source code structure. Overrides directory-based module assignments from init-features with semantically meaningful business module groupings.

not rated 13 4mo ago A 42 tokens original Apache-2.0

charlesmu99/speccrew

Skill Claude CodeCodex

Analyze a single UI feature from source code to extract business functionality and generate feature documentation using XML Block workflow. Used by Worker Agent in parallel execution during knowledge base initialization Stage 2. Each worker analyzes one feature (e.g., one Vue/React page component).

not rated 13 4mo ago A 64 tokens original Apache-2.0

charlesmu99/speccrew

Skill Claude CodeCodex

Constructs knowledge graph data (nodes, edges, relationships) from UI analysis results using XML workflow blocks. Generates graph JSON files and completion markers for the bizs knowledge pipeline.

not rated 13 4mo ago A 47 tokens original Apache-2.0

charlesmu99/speccrew

Skill Claude CodeCodex

Extract and aggregate UI design patterns (page types, components, layouts) from analyzed bizs feature documents using XML workflow blocks, outputting to techs ui-style-patterns directory.

not rated 13 4mo ago A 49 tokens original Apache-2.0

charlesmu99/speccrew

Skill Claude CodeCodex

Query the knowledge graph to find nodes, edges, relationships, and perform impact analysis. Used by any agent that needs cross-referencing capabilities (e.g., finding which pages call an API, tracing table dependencies).

not rated 13 4mo ago A 51 tokens original Apache-2.0

charlesmu99/speccrew

Skill Claude CodeCodex

Write, update, and initialize knowledge graph data (nodes, edges, index, metadata). Used by Dispatch Agent after receiving graphData from analysis skills. Handles batch writes, deduplication, index updates, and module initialization.

not rated 13 4mo ago A 54 tokens original Apache-2.0

charlesmu99/speccrew

Skill Claude CodeCodex

Summarize a module's features to complete MODULE-OVERVIEW.md using XML workflow blocks. Reads all FEATURE-DETAIL.md files of a module and generates the complete module overview with entities, dependencies, and business rules.

not rated 13 4mo ago A 55 tokens original Apache-2.0

charlesmu99/speccrew

Skill Claude CodeCodex

Generate complete system-overview.md by reading all {{modulename}}-overview.md files using XML workflow blocks. Aggregates module information, builds dependency graph, and creates system-level documentation.

not rated 13 4mo ago A 47 tokens original Apache-2.0

charlesmu99/speccrew

Skill Claude CodeCodex

Dispatch techs knowledge base generation tasks with 3-stage pipeline (XML Block version). Handles platform detection, tech document generation, and root index creation.

not rated 13 4mo ago A 40 tokens original Apache-2.0

charlesmu99/speccrew

Skill Claude CodeCodex

Generate technology convention documents (INDEX, tech-stack, architecture, conventions-) for a specific platform using XML Block workflow. Extracts tech stack, architecture, and development conventions from configuration files and source code. Split from techs-generate for parallel execution with ui-style worker.

not rated 13 4mo ago A 67 tokens original Apache-2.0

charlesmu99/speccrew

Skill Claude CodeCodex

Quality assurance for generated tech documentation using XML workflow blocks. Performs cross-validation, consistency checks, completeness verification, and generates quality reports.

not rated 13 4mo ago A 37 tokens original Apache-2.0

charlesmu99/speccrew

Skill Claude CodeCodex

Generate UI style analysis documents for a specific frontend platform using XML workflow blocks. Analyzes page types, components, layouts, and styling conventions from source code. Only applicable to frontend platforms (web, mobile, desktop).

not rated 13 4mo ago A 56 tokens original Apache-2.0

charlesmu99/speccrew

Skill Claude CodeCodex

Stage 2 of technology knowledge initialization - Generate technology documentation for a specific platform using XML workflow blocks. Extracts tech stack, architecture, and conventions from configuration files and source code. Creates INDEX.md, tech-stack.md, architecture.md, and conventions-.md files. Used by Worker…

not rated 13 4mo ago A 75 tokens original Apache-2.0

charlesmu99/speccrew

Skill Claude CodeCodex

Stage 3 of technology knowledge initialization - Generate root INDEX.md by aggregating all platform technology documents using XML workflow blocks. Creates the master index that maps platforms to their documentation and provides Agent-to-Platform mapping guide. Used by Worker Agent after all platform documents are…

not rated 13 4mo ago A 63 tokens original Apache-2.0

charlesmu99/speccrew

Skill Claude CodeCodex

Stage 1 of technology knowledge initialization - Scan source code to detect technology platforms and generate techs-manifest.json using XML workflow blocks. Identifies web, mobile, backend, and desktop platforms by analyzing configuration files and project structure. Used by Worker Agent to kick off the techs pipeline.

not rated 13 4mo ago A 67 tokens original Apache-2.0

charlesmu99/speccrew

Skill Claude CodeCodex

Analyze existing frontend UI codebase to extract and summarize page styles, layout patterns, component usage, and design conventions. Generates comprehensive UI style guides for each platform (PC, Mobile, etc.) including page type classifications, component libraries, layout patterns, and styling conventions. Used to…

not rated 13 4mo ago A 76 tokens original Apache-2.0

charlesmu99/speccrew

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.

not rated 13 4mo ago A 39 tokens original Apache-2.0

charlesmu99/speccrew

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.

not rated 13 4mo ago A 56 tokens original Apache-2.0

charlesmu99/speccrew

Skill Claude CodeCodex

Match user requirement text against business knowledge base features to identify related modules. Reads features-.json and performs semantic matching.

not rated 13 4mo ago A 33 tokens original Apache-2.0

charlesmu99/speccrew

Skill Claude CodeCodex

SpecCrew PM Phase 0 Initialization Skill. Handles iteration directory creation, WORKFLOW-PROGRESS.json management, checkpoint recovery, IDE detection, and path initialization.

not rated 13 4mo ago A 41 tokens original Apache-2.0

charlesmu99/speccrew

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.

not rated 13 4mo ago A 46 tokens original Apache-2.0

charlesmu99/speccrew

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.

not rated 13 4mo ago A 47 tokens original Apache-2.0

charlesmu99/speccrew

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.

not rated 13 4mo ago A 48 tokens original Apache-2.0

charlesmu99/speccrew

Skill Claude CodeCodex

SpecCrew PM Phase 6 Verification & Confirmation Skill. Performs file integrity validation, feature list completeness check, user review gate, and finalization.

not rated 13 4mo ago A 40 tokens original Apache-2.0

At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: