aitc-workflow
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:
- No plan file exists →
aitc-workflow-plan(nothing to continue) - Plan file exists, all tasks
[x]→aitc-workflow-lifecycle(execution complete) - Plan file exists, some tasks not
[x]→aitc-workflow-execute(execution in progress) - Can't determine → ask: "You have a plan file at
<path>. Do you want to execute it, or start a new plan?"
More from satone7/skills
writing-plans-plus
Enhanced planning with structured, machine-readable task format based on writing-plans. Use this skill whenever you need to create implementation plans with explicit completion tracking, cross-validation issue tracking, or machine-readable JSON output. Always use this when planning software development tasks, especially when tasks need to be executed by other agents or reviewed later.
10find-next-task
Find the next executable task from writing-plans-plus JSON plan files. Use this skill whenever you need to locate the next task to work on, check task status, or understand what to do next in a project with structured plans. Always use this when the user asks "what's next", "find the next task", "show pending tasks", or wants to continue working on a plan.
5guardian
|
4find-task-skills
>
4executing-single-task
执行 writing-plans-plus 计划中的“恰好一个任务”:输入为 find-next-task 的完整输出 JSON。严格按四阶段流程(实现→规范审查→质量审查→最终验证),基于证据更新 plan JSON 的 passes(成功时删除 issue 字段;失败时写入/更新非空 issue[]),并创建且仅创建一个 git commit。凡用户要求“执行下一个任务/只跑一个任务/把 passes 写回/自动执行单任务”都应优先使用本技能。
4github-pr-fixer
>
3