Michaelxwb/code_flow
Skill Claude CodeCodex
Initialize the code-flow spec system in a project. Use when setting up .code-flow/ directory, generating spec files, configuring Codex hooks (.codex/hooks.json), creating AGENTS.md, or bootstrapping coding standards for a new or existing project.
Michaelxwb/code_flow
Skill Claude CodeCodex
Scan project configs, current workspace changes, and code patterns to extract evidence-backed coding standards and retrieval maps. Use for cf-learn, cf-learn --map, cf-learn --review, or when updating specs from existing conventions.
Michaelxwb/code_flow
Skill Claude CodeCodex
Manage schema-v1 Spec Context, drift recovery, and prepared one-shot migration plans.
Michaelxwb/code_flow
Skill Claude CodeCodex
Show token usage statistics for the spec system (per-file breakdown, budget utilization, L0/L1 tiers, compression, qualityloop health); --audit adds a spec quality audit. Use when checking token usage, budget, spec system health, or spec quality issues. Replaces the former cf-scan.
Michaelxwb/code_flow
Skill Claude CodeCodex
One-command canonical → deploy sync for dual-copy artifacts, with drift check.
Michaelxwb/code_flow
Skill Claude CodeCodex
Generate a design brief (.design.md) from a requirement through structured interactive dialogue. Accepts plain text, an existing PRD (.prd.md) to derive from, or a .design.md draft to resume. Adapts to the nature of the work — feature development, refactoring, CLI tools, background jobs, performance optimization, etc.
Michaelxwb/code_flow
Skill Claude CodeCodex
Archive a completed task file after completeness, correctness, traceability, and consistency validation. Use when all subtasks are done and you want to archive the task file and check for spec updates.
Michaelxwb/code_flow
Skill Claude CodeCodex
Mark a subtask as blocked with a reason. Use when a task cannot proceed due to external dependency, missing information, pending design decision, or unresolved question.
Michaelxwb/code_flow
Skill Claude CodeCodex
Visualize task dependency DAG, identify parallelizable task groups and critical path. Use when planning execution order, understanding task dependencies, or deciding which tasks can run concurrently.
Michaelxwb/code_flow
Skill Claude CodeCodex
A review-note format for marking an issue directly in the file being reviewed, using a `#NOTES` marker. The description does not provide the complete note format.
Michaelxwb/code_flow
Skill Claude CodeCodex
Break down a design document or design brief into structured task files with atomic subtasks, priorities, dependencies, and source chapter references. Use when starting work on a new feature from a design doc or a .design.md brief produced by cf-task-align.
Michaelxwb/code_flow
Skill Claude CodeCodex
Generate a Product Requirements Document (PRD) from a one-liner requirement through structured interactive dialogue. Use when starting from a vague idea without a clear PRD document. The output feeds cf-task-align for technical design.
Michaelxwb/code_flow
Skill Claude CodeCodex
Activate a subtask and begin coding. Runs pre-checks (status.
Michaelxwb/code_flow
Skill Claude CodeCodex
Show task status overview: subtask states, progress percentages, blocked items, and overall completion. Use when checking task progress, what's done, what's blocked, or what needs to be done next.
Michaelxwb/code_flow
Skill Claude CodeCodex
Run validation rules (lint, type check, tests) against changed files based on .code-flow/validation.yml. Auto-fix failures. Use when validating code changes, running project checks, or after editing source files.
Michaelxwb/code_flow
Command Claude Code
A project-standards setup command that detects the technology stack and creates tailored specification files from installed templates.
Michaelxwb/code_flow
Command Claude Code
A project-analysis command that scans configuration, code patterns, and current workspace changes to identify team rules supported by evidence.
Michaelxwb/code_flow
Command Claude Code
Command "cf-spec" from Michaelxwb/code_flow, covering cf-spec, 通用硬门禁, migrate --plan, context and status.
Michaelxwb/code_flow
Command Claude Code
A specification-usage report that shows token use by file, budget usage, compression, and quality-loop health, with an optional quality audit.
Michaelxwb/code_flow
Command Claude Code
Command "cf-sync" from Michaelxwb/code_flow, covering cf-sync, 同步配对 and 规则.
Michaelxwb/code_flow
Command Claude Code
A requirements-to-design conversation that produces a design brief in a .design.md file for task planning. It accepts plain requirements, a .prd.md product requirements document, or a draft design brief.
Michaelxwb/code_flow
Command Claude Code
A task-archiving command that checks a completed task in four areas before moving its entire task file to an archive.
Michaelxwb/code_flow
Command Claude Code
Command "block" from Michaelxwb/code_flow, covering cf-task:block, 输入, 执行步骤 and 解除阻塞.
Michaelxwb/code_flow
Command Claude Code
A task-dependency graph command that reads task data and builds a DAG, a map showing which tasks depend on others.