pocs/agent-plugins/claude-pragma/skills/shaping-kickoff/SKILL.md
Turn kickoff transcripts into a builder-facing territory map before carding. Use when kickoff conversations are rich but implementation slices are not yet legible.
npx skillsauth add hashintel/labs shaping-kickoffInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Convert kickoff conversation timelines into a territory-oriented artifact that can feed pragma planning.
Adopted from rjs/shaping-skills (kickoff-doc) and adapted for this repository.
Modifications:
pragma:shaping-*pragma:*## Kickoff Territory Map
[organized by system area with key decisions inline]
## Handoff To Pragma
- Capsule impacts: [terminology/invariant updates]
- Candidate cards: [specific vertical behaviors]
- Validation risk: [items requiring `/pragma:spike` or `/pragma:characterize`]
- Next command: [`/pragma:card` by default]
/pragma:card.planning/pragma:card/pragma:consultdocumentation
Read and write a Petri net (SDCPN) document by Automerge URL. Use when creating, editing, or querying Petri nets — adding or removing places, transitions, arcs, color types, differential equations, and parameters.
development
Time-boxed throwaway investigation to answer one hard question. Use when facing technical uncertainty before a slice — the output is knowledge, not production code. Retires risk by producing a spike verdict with clear recommendations.
development
Implement one tracer-bullet slice following the inside-out methodology. Use when you have a tracer-bullet card ready to build. Implements functional core first, then imperative shell, then end-to-end wiring, then alignment refactor.
tools
Build a walking skeleton — the thinnest runnable system that proves build, test, and runtime work end-to-end. Use when starting a new project, before any feature work. Front-loads tooling and infrastructure so every subsequent slice is cheaper.