From e919c9125891a0962417f9f1a8b392c4181ac409 Mon Sep 17 00:00:00 2001 From: Bryan Ramos Date: Wed, 1 Apr 2026 16:56:58 -0400 Subject: [PATCH] refactor: migrate skills from flat .md files to directory structure --- skills/{conventions.md => conventions/SKILL.md} | 0 skills/{orchestrate.md => orchestrate/SKILL.md} | 6 ++++++ skills/{project.md => project/SKILL.md} | 0 skills/{qa-checklist.md => qa-checklist/SKILL.md} | 0 skills/{worker-protocol.md => worker-protocol/SKILL.md} | 0 5 files changed, 6 insertions(+) rename skills/{conventions.md => conventions/SKILL.md} (100%) rename skills/{orchestrate.md => orchestrate/SKILL.md} (97%) rename skills/{project.md => project/SKILL.md} (100%) rename skills/{qa-checklist.md => qa-checklist/SKILL.md} (100%) rename skills/{worker-protocol.md => worker-protocol/SKILL.md} (100%) diff --git a/skills/conventions.md b/skills/conventions/SKILL.md similarity index 100% rename from skills/conventions.md rename to skills/conventions/SKILL.md diff --git a/skills/orchestrate.md b/skills/orchestrate/SKILL.md similarity index 97% rename from skills/orchestrate.md rename to skills/orchestrate/SKILL.md index 66e9360..d311182 100644 --- a/skills/orchestrate.md +++ b/skills/orchestrate/SKILL.md @@ -44,6 +44,12 @@ Determine before starting. Default to the lowest applicable tier. - Tier 2: add authentication (middleware + endpoint + tests), refactor a module with dependents - Tier 3: build a new service from scratch, migrate a codebase to a new framework +**Cost-aware shortcuts:** +- Tier 1 with obvious approach: skip the planning pipeline entirely — spawn worker directly +- Tier 1 with uncertain approach: spawn `plan` directly (skip requirements-analyst and researcher) +- Tier 2+: run the full pipeline +- When in doubt, err toward shipping — the review chain catches mistakes cheaper than the planning pipeline prevents them + --- ## Workflow diff --git a/skills/project.md b/skills/project/SKILL.md similarity index 100% rename from skills/project.md rename to skills/project/SKILL.md diff --git a/skills/qa-checklist.md b/skills/qa-checklist/SKILL.md similarity index 100% rename from skills/qa-checklist.md rename to skills/qa-checklist/SKILL.md diff --git a/skills/worker-protocol.md b/skills/worker-protocol/SKILL.md similarity index 100% rename from skills/worker-protocol.md rename to skills/worker-protocol/SKILL.md