Agent Skills: Spec Workflow Engine

Core specification workflow engine. Supports CREATE, GATHER/RESEARCH, CONSOLIDATE, SUCCESS_CRITERIA, CONFIRM_SC, PLAN, IMPLEMENT, REVIEW, FIX, TEST, DOCUMENT, SENTINEL, SELF_VALIDATION, and compatibility stages.

UncategorizedID: MatiasComercio/agentic-config/ac-workflow-spec

Install this agent skill to your local

pnpm dlx add-skill https://github.com/WaterplanAI/agentic-config/tree/HEAD/packages/pi-ac-workflow/skills/ac-workflow-spec

Skill Files

Browse the full folder contents for ac-workflow-spec.

Download Skill

Loading file tree…

packages/pi-ac-workflow/skills/ac-workflow-spec/SKILL.md

Skill Metadata

Name
ac-workflow-spec
Description
"Core specification workflow engine. Supports CREATE, GATHER/RESEARCH, CONSOLIDATE, SUCCESS_CRITERIA, CONFIRM_SC, PLAN, IMPLEMENT, REVIEW, FIX, TEST, DOCUMENT, SENTINEL, SELF_VALIDATION, and compatibility stages."

Spec Workflow Engine

/skill:ac-workflow-spec STAGE SPEC: strictly follow bundled stage instructions at ../../assets/agents/spec/{STAGE}.md.

Supported public stages

  • CREATE
  • GATHER (compatibility alias to RESEARCH)
  • RESEARCH
  • CONSOLIDATE
  • SUCCESS_CRITERIA
  • CONFIRM_SC
  • PLAN
  • IMPLEMENT
  • REVIEW
  • FIX
  • TEST
  • DOCUMENT
  • SENTINEL
  • SELF_VALIDATION

Compatibility/internal only: PLAN_REVIEW, VALIDATE, VALIDATE_INLINE, AMEND.

Repository and commit contract

  • default project convention: .specs/specs/<YYYY>/<MM>/<branch>/<NNN>-<title>.md
  • modify only AI section in spec files
  • each stage must commit every changed repo
  • if both repos changed, commit root repo first and spec repo second
  • include repo-scoped commit evidence in stage outputs: repo_scope, root_commit, spec_commit

Bundled assets

Use package-bundled assets:

  • ../../assets/agents/spec/{STAGE}.md
  • ../../assets/scripts/spec-resolver.sh
  • ../../assets/scripts/external-specs.sh
  • ../../assets/scripts/lib/config-loader.sh
  • ../../assets/scripts/lib/source-helpers.sh