From archflow
Manages software development through phases from strategy to launch via /archflow: init projects, onboard codebases, setup MCP servers, add roadmap features.
npx claudepluginhub azidan/archflow --plugin archflowThis skill uses the workspace's default tool permissions.
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.mdGuides ArcKit users through architecture project onboarding by detecting state, triage questions on sector/type/stage, and recommending tailored command sequences.
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.
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
Share bugs, ideas, or general feedback.
Archflow 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.