From 561044d4adf19012893be8275e1412dfd4cb6429 Mon Sep 17 00:00:00 2001 From: mathias Date: Wed, 5 Aug 2026 18:54:49 +0000 Subject: [PATCH] docs(index): list own-the-task --- SKILLS_INDEX.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/SKILLS_INDEX.md b/SKILLS_INDEX.md index 4b2db66..568b0d5 100644 --- a/SKILLS_INDEX.md +++ b/SKILLS_INDEX.md @@ -23,6 +23,7 @@ This index lists all available engineering skills. Load the full SKILL.md on dem | `session-retrospective` | Surface non-obvious learnings from a session log | After a coding session ends, before context is lost | | `trainer` | Two-phase brain curation (score candidates, write past quality gate) | Periodic brain pruning and curation | | `grill-me` | Structured plan interrogation — Quick Poke, Full Grill, Pre-mortem | Stress-testing a plan before committing; end of Diamond 1; before promoting to pre-prod | +| `own-the-task` | Delegation ownership — Intake → Brief → Plan → Execute | A task is handed over open-ended; "take this off my plate"; before a plan exists | | `telos-load` | Load TELOS intention substrate at session start | Starting any koala session; before architectural decisions; CAD pipeline entry | | `regulatory-risk-assessment` | Structured risk register for regulated-industry features | Filing a CAD issue (needs Risk: level); features touching payments, auth, external APIs, user data | | `discovery-framing` | Problem-before-solution discovery/framing method | Framing/validating a problem before any solution; opportunity sizing | @@ -90,6 +91,7 @@ code-review ──→ refactoring ──→ clean-code session-retrospective ──→ trainer ──→ brain (via brain_write) (planning & convergence) +own-the-task ──→ grill-me (intent first, then stress-test the plan) grill-me ──→ planning (after plan is sharpened) ──→ spec-driven-dev (after hypothesis is validated) ``` @@ -113,5 +115,6 @@ grill-me ──→ planning (after plan is sharpened) | "Grill me / stress-test this / is this ready?" | `grill-me` | | "End of Diamond 1 — should we build this?" | `grill-me` (Full Grill) | | "About to promote to pre-prod" | `grill-me` (Pre-mortem) | +| "Take this off my plate / own this / act as my AI employee" | `own-the-task` | | "What are the risks?" / "compliance gate" / "risk register" | `regulatory-risk-assessment` | | "Start of session" / "load TELOS" / "what are we optimizing toward?" | `telos-load` |