Skip to content

feat(aidd-dev): add 10-todo skill for parallel todo fan-out#262

Merged
alexsoyes merged 2 commits into
mainfrom
feat/todo-skill
Jun 15, 2026
Merged

feat(aidd-dev): add 10-todo skill for parallel todo fan-out#262
alexsoyes merged 2 commits into
mainfrom
feat/todo-skill

Conversation

@alexsoyes

@alexsoyes alexsoyes commented Jun 11, 2026

Copy link
Copy Markdown
Contributor

🎯 What & why

Adds aidd-dev:10-todo, a micro skill that splits one user prompt into independent todos, implements each via parallel implementer agents, and reports a single minimal table.

🛠️ How it works

  • SKILL.md is a one-action router; all logic lives in 01-todo.md.
  • Flow: read prompt ($ARGUMENTS, fallback latest user message) → categorize into independent todos inline (no agent) → spawn one implementer agent per todo in a single parallel batch → print exactly one Category | Launched | Output table.
  • Each agent must first run a refine step, discovering a refine-capable skill at runtime by description matching — no hardcoded plugin name, per the cross-plugin orthogonality rule.
  • No per-todo plan and no completeness loop, by design: one shot per todo keeps the skill micro.

🧪 How to verify

  • Invoke aidd-dev:10-todo with a multi-part prompt (e.g. "fix the header typo and add a /health endpoint").
  • Agents spawn in one parallel batch, each refining before implementing.
  • Output is a single table, nothing else.

✅ I certify

  • I DO CERTIFY I READ EACH LINE OF THE PULL REQUEST BECAUSE I AM A SOFTWARE ENGINEER, NOT A AI PUPPY.

🤖 Generated with Claude Code

@alexsoyes alexsoyes marked this pull request as ready for review June 11, 2026 11:11
@alexsoyes alexsoyes requested a review from a team as a code owner June 11, 2026 11:11
@alexsoyes alexsoyes enabled auto-merge (squash) June 11, 2026 11:11
Comment thread plugins/aidd-dev/skills/10-todo/actions/01-todo.md Outdated
@blafourcade

Copy link
Copy Markdown
Contributor

@alexsoyes tu dois signer tes commit de sang

Split a single user prompt into independent todos and run one
implementer agent per todo in parallel, each refining its todo via a
runtime-discovered refine skill before coding. Keeps the report to a
single minimal table so the skill stays micro.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Signed-off-by: alexsoyes <contact.alexsoyes@gmail.com>
Comment thread plugins/aidd-dev/skills/10-todo/actions/01-todo.md
Comment thread plugins/aidd-dev/skills/10-todo/actions/01-todo.md Outdated
@blafourcade blafourcade assigned alexsoyes and unassigned blafourcade Jun 15, 2026
Co-authored-by: Baptiste LAFOURCADE <119650761+blafourcade@users.noreply.github.com>
@alexsoyes alexsoyes assigned blafourcade and unassigned alexsoyes Jun 15, 2026
@alexsoyes

alexsoyes commented Jun 15, 2026

Copy link
Copy Markdown
Contributor Author

@blafourcade Permission de bypass le check de signature de commit et de merger grand chef ?

@alexsoyes alexsoyes merged commit c086e05 into main Jun 15, 2026
9 of 10 checks passed
@blafourcade blafourcade deleted the feat/todo-skill branch June 15, 2026 06:59
@aidd-bot aidd-bot Bot mentioned this pull request Jun 15, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants