Loading...
Loading...
Phase-based development workflow manager that guides projects through structured phases from strategy and design through implementation, quality assurance, and launch. Manages roadmaps, feature branches, agent orchestration, and MCP server configuration.
npx skill4agent add azidan/archflow archflow/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/archflowArchflow — 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."initskills/archflow/commands/init.mdonboardskills/archflow/commands/onboard.mdsetup-mcpskills/archflow/commands/setup-mcp.mdjiranotionfeatureskills/archflow/commands/feature.mdloginUnknown subcommand: [arg]
Available: init, onboard, setup-mcp, feature
Run /archflow for help.