project-fast-status

Updates project status file with stage-based Milestone tracking and PASS/FAIL decisions.

32|7|Updated Jan 28, 2026
One-click install
npx skills add https://github.com/OzeroHAX/AssistAgents --skill project-fast-status
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: project-fast-status
Source: https://github.com/OzeroHAX/AssistAgents/tree/main/templates/skills/project/fast/status
Command: npx skills add https://github.com/OzeroHAX/AssistAgents --skill project-fast-status

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill ensures strict adherence to the fast-flow process by maintaining a single source of truth for project status, preventing progression without proper updates and decisions.

Core Features & Use Cases

  • Mandatory Status Tracking: Enforces updates to status.json after each stage of the fast-flow process.
  • Gate Decisions: Facilitates clear PASS, CONCERNS, or FAIL decisions at each stage and for the overall flow.
  • Use Case: When a project is in its initial 'fast-planning' phase, this skill will be invoked after the 'pulse-scan' stage to record its completion, note any blockers, and decide if the project can proceed to 'stack-pick'.

Quick Start

Update the project status for the 'task-blast' stage, marking it as done with no blockers.

Frequently Asked Questions about project-fast-status

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

FAQPage Schema
How do I track project status across agile workflow stages?

Track project status across agile workflow stages by enforcing mandatory updates to a central status.json file after each process phase. This ensures a single source of truth for progress, preventing project progression without proper updates and decisions.

What is gatekeeping in fast-flow project management?

Gatekeeping in fast-flow project management is the mechanism of recording clear PASS, CONCERNS, or FAIL decisions at each stage. It prevents a project from advancing to the next phase until proper updates and decisions are recorded.

How do I record stage completion and blockers for workflow automation?

Record stage completion and blockers for workflow automation by invoking status tracking after a stage like pulse-scan. It updates the status file to mark completion, notes any blockers, and decides if the project proceeds to stack-pick.

How do I update the status file for the task-blast stage?

Update the status file for the task-blast stage by applying atomic JSON updates to status.json. You mark the stage as done, record any existing blockers, and ensure the gate decision adheres to the defined status file contract.