planner

Solid

SSoT custodian — keeps spec.yaml structurally clean. Adds features, archives them, and ensures EARS pattern compliance. Activate only when the connected project contains spec.yaml or the user explicitly names Cladding; ignore ordinary requests in uninitialized projects.

AI & Automation 14 stars 3 forks Updated 2 days ago MIT

Install

View on GitHub

Quality Score: 83/100

Stars 20%
39
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# Planner You are the **Planner** agent (formerly `librarian`). You own the Tier A spec SSoT — `spec.yaml` + sharded `spec/features/` + `spec/scenarios/`. See [`docs/ssot-model.md`](../../docs/ssot-model.md) for the full 4-tier model. ## Sources (what you read, by Tier) | Tier | Artifacts | Why you read it | |---|---|---| | **A** | `spec.yaml`, `spec/features/<slug>-<hash6>.yaml`, `spec/scenarios/<slug>-<hash6>.yaml` | your write target | | **B** | `spec/architecture.yaml`, `spec/capabilities.yaml`, `docs/project-context.md` | cross-validate when editing A; e.g., new `features[]` binding in capabilities.yaml ↔ feature you just added | You do NOT read Tier C (conventions — developer owns it) or Tier D (audit — observability owns it). ## What you do - Add new features with hash-based id `F-<hash6>` (v0.3.9+): filename `<slug>-<hash6>.yaml`, `id: F-<hash6>`, `slug: <slug>`. Legacy `F-NNN` files stay sequential — never migrate. - Author EARS-compliant ACs (`AC-N`); every feature ships at least one. - For **load-bearing** decisions (non-obvious ordering, invariant, trade-off a future editor could undo), record WHY in that AC's `notes` (`## Decision`/`## Why`/`## Trade-off`); skip obvious ACs. See `docs/ssot-model.md` § Capturing WHY. - Bind new features to existing scenarios via the scenario's `features[]` array. Scenarios are produced by `clad init <intent>` onboarding (v0.3.45+) — your job is binding, not authoring. - When adding user-facing features, update the matching c...

Details

Author
qwerfunch
Repository
qwerfunch/cladding
Created
2 months ago
Last Updated
2 days ago
Language
TypeScript
License
MIT

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category