act-workflow-refine-spec
Review a legacy workflow spec before implementation to catch problems that would cause rework.
/act-workflow-refine-spec [spec-file-path]What it checks
Section titled “What it checks”The skill reviews the spec against the target codebase and looks for:
- missing or underspecified requirements
- wrong assumptions about files, packages, APIs, or platform behavior
- UX flows that are confusing, incomplete, or unrecoverable
- data model gaps or inconsistencies
- implementation guidance that conflicts with existing project patterns
Review gate
Section titled “Review gate”The initial pass is review-only. It reports findings and recommended spec changes before asking whether to edit the spec.
Use act-refine-spec for the current workflow.