From archflow
Manages software development through phases from strategy to launch via /archflow: init projects, onboard codebases, setup MCP servers, add roadmap features.
How this skill is triggered — by the user, by Claude, or both
Slash command
/archflow:archflowThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Archflow manages the full software development lifecycle through structured phases, from onboarding existing codebases to launching production software.
commands/feature.mdcommands/init.mdcommands/onboard.mdcommands/setup-mcp.mdmcp-registry.yamlphases/phase-1-strategy.mdphases/phase-2-design.mdphases/phase-2.25-hifi-design.mdphases/phase-2.5-api-architecture.mdphases/phase-3-implementation.mdphases/phase-4-quality.mdphases/phase-5-launch.mdphases/phase-6-enhancement.mdphases/phase-onboarding.mdphases/phase-setup.mdschemas/roadmap-schema.yamlworkflow.mdArchflow manages the full software development lifecycle through structured phases, from onboarding existing codebases to launching production software.
/archflow → Show available subcommands
/archflow init → Initialize Archflow in a new project
/archflow onboard → Onboard an existing codebase (interactive wizard)
/archflow setup-mcp → Configure MCP servers for external tools
/archflow setup-mcp jira → Configure a specific MCP server
/archflow feature → Add a new feature to the roadmap
/archflow feature login → Quick-add a feature by name
When the user runs /archflow, check the argument to determine which subcommand to execute:
Archflow — Phase-Based Development Workflow
Available subcommands:
/archflow init Initialize Archflow in a new project
(creates .archflow/ state files, sets Phase 1)
/archflow onboard Onboard an existing codebase to the phase framework
(detect project type, import context, audit, set phase)
/archflow setup-mcp Configure MCP servers for external tools
(Jira, Notion, Linear, GitHub, SuperDesign, etc.)
/archflow feature Add a new feature to the roadmap and start development
(from description, external tool link, or existing roadmap)
Current project status:
→ Read .archflow/current-phase.yaml if it exists, show phase + project type
→ If missing: "No project onboarded. Run /archflow onboard to get started."
init → Load project initializerRead and follow skills/archflow/commands/init.md
onboard → Load onboarding wizardRead and follow skills/archflow/commands/onboard.md
setup-mcp → Load MCP setup helperRead and follow skills/archflow/commands/setup-mcp.md
Pass any additional arguments (e.g., jira, notion) as the tool name.
feature → Load feature commandRead and follow skills/archflow/commands/feature.md
Pass any additional arguments (e.g., login) as the feature name for quick-add.
Unknown subcommand: [arg]
Available: init, onboard, setup-mcp, feature
Run /archflow for help.
npx claudepluginhub azidan/archflow --plugin archflowCreates a new project from scratch; use 'add <component>' to extend an existing project
Orchestrates 6-phase SDLC pipeline (discovery, requirements, architecture, workstreams, implementation, summary) for guided feature development. Supports plan persistence, wave-based resume, autonomous mode, verification, and Stitch UI integration.
Orchestrates unified workflows for feature implementation, bug fixes, autonomous batch processing, planning, ATDD agent teams, and end-to-end coding.