aitc-workflow

Installation
SKILL.md

AITC Workflow — Redirector

This is the entry point for the AITC workflow. Determine where the user is and route to the appropriate SKILL:

User says Route to
"create a plan", "plan this task", new task with no plan file Invoke aitc-workflow-plan
"execute the plan", "run batch", "start", existing plan file Invoke aitc-workflow-execute
"wrap up", "archive", "promote", "lifecycle", all tasks done Invoke aitc-workflow-lifecycle

Ambiguous cases — "continue", "resume", "proceed"

Check the plan file state to disambiguate:

  1. No plan file existsaitc-workflow-plan (nothing to continue)
  2. Plan file exists, all tasks [x]aitc-workflow-lifecycle (execution complete)
  3. Plan file exists, some tasks not [x]aitc-workflow-execute (execution in progress)
  4. Can't determine → ask: "You have a plan file at <path>. Do you want to execute it, or start a new plan?"
Related skills
Installs
5
Repository
satone7/skills
First Seen
14 days ago