Skip to content

act-workflow-refine-spec

Review a legacy workflow spec before implementation to catch problems that would cause rework.

Terminal window
/act-workflow-refine-spec [spec-file-path]

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

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.