archflow-status

Reports current Archflow project phase, mode, active release, and next commands.

28|4|Updated Mar 12, 2026
One-click install
npx skills add https://github.com/AZidan/archflow --skill archflow-status-azidan
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: archflow-status
Source: https://github.com/AZidan/archflow/tree/main/adapters/copilot/.github/skills/archflow-status
Command: npx skills add https://github.com/AZidan/archflow --skill archflow-status-azidan

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? When working on an Archflow-managed project, it is easy to lose track of where the project stands: which phase is active, which release is in progress, and which command to run next. This Skill reads the project's state files and gives an instant status summary plus a menu of available commands. ## Core Features & Use Cases - Project Status Report: Reads .archflow/current-phase.yaml and .archflow/project-settings.yaml to report the current phase, project type, ceremony mode (quick or full), design system, and active release progress (stories done vs total). - Blocking Issue Surfacing: Lists any stories in the active release with open, blocking-severity issues so review findings are never silently missed. - Command Directory: Prints the full list of Archflow commands (init, onboard, groom, feature, autopilot, design, contract, doctor, and more) with one-line descriptions so you always know what to run next. - Use Case: You return to a project after a week away and cannot remember where work left off. Run the status command to see the active release is 4 of 7 stories done, one story has a blocking issue, and the next sensible step is to groom the remaining backlog story. ## Quick Start Ask the agent to run /archflow-status to show the current phase, active release progress, and what to run next.

Frequently Asked Questions about archflow-status

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I check my Archflow project status?

Run /archflow-status or ask for "archflow status". The skill reads .archflow/current-phase.yaml and project-settings.yaml, then reports the current phase, project type, mode, design system, active release progress, and open blocking issues.

What does the archflow status command show?

It shows the current phase and phase file, project type, ceremony mode (quick or full), the design system, the active release with stories done versus total, any open blocking issues, and a list of all available Archflow commands with descriptions.

What happens if no Archflow project is onboarded yet?

If .archflow/current-phase.yaml is missing, the skill reports that no project is onboarded and suggests running /archflow-onboard for an existing codebase or /archflow-init for a new project.

How are blocking issues surfaced in project status?

The skill scans stories in the active release for issues entries with status open and severity blocking, then lists each affected story with its count of open blocking items. The line is omitted when there are none.

Does archflow-status handle old v1.0 project schemas?

Yes. If .archflow/roadmap.yaml is a v1.0 schema (has phases and no schema_version), the skill suggests running /archflow-migrate to upgrade the project to schema v2.0.