docs(index): list own-the-task
This commit is contained in:
@@ -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 |
|
| `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 |
|
| `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 |
|
| `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 |
|
| `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 |
|
| `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 |
|
| `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)
|
session-retrospective ──→ trainer ──→ brain (via brain_write)
|
||||||
|
|
||||||
(planning & convergence)
|
(planning & convergence)
|
||||||
|
own-the-task ──→ grill-me (intent first, then stress-test the plan)
|
||||||
grill-me ──→ planning (after plan is sharpened)
|
grill-me ──→ planning (after plan is sharpened)
|
||||||
──→ spec-driven-dev (after hypothesis is validated)
|
──→ 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` |
|
| "Grill me / stress-test this / is this ready?" | `grill-me` |
|
||||||
| "End of Diamond 1 — should we build this?" | `grill-me` (Full Grill) |
|
| "End of Diamond 1 — should we build this?" | `grill-me` (Full Grill) |
|
||||||
| "About to promote to pre-prod" | `grill-me` (Pre-mortem) |
|
| "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` |
|
| "What are the risks?" / "compliance gate" / "risk register" | `regulatory-risk-assessment` |
|
||||||
| "Start of session" / "load TELOS" / "what are we optimizing toward?" | `telos-load` |
|
| "Start of session" / "load TELOS" / "what are we optimizing toward?" | `telos-load` |
|
||||||
|
|||||||
Reference in New Issue
Block a user