← all publishers

ninthspace

@ninthspace source repo

26 published skills

  1. Consult · ninthspace
    Focused one-to-one consultation with a chosen agent persona. Start a deep conversation with one expert, invite others as needed, and transfer the facilitation lead. Use for focused problem-solving, expert Q&A, or guided exploration. On exit, saves a discussion record to docs/discussions/ and offers handoff to /cpm:discover, /cpm:spec, or /cpm:epics. Triggers on "/cpm:consult".
    1 install
  2. Inspect · ninthspace
    Code, after execution — presents what a change set actually did and where it sits in the repository. Resolves a commit range, branch or working tree, works out the axis that best explains the change, situates it against what was already there and what was deliberately left alone, joins it to whatever records intent, and publishes the analysis as an artifact. Triggers on "/cpm:inspect".
    1 install
  3. Library · ninthspace
    Curate a project reference library. Import external documents with structured front-matter so other CPM skills can discover and use them as context; also consolidates accumulated amendments into clean docs and batch back-fills missing front-matter. Triggers on "/cpm:library".
    1 install
  4. Present · ninthspace
    Audience-aware transformation of CPM artifacts. Takes one or more CPM artifacts as input, offers audience and format selection, and produces derived communication content — optionally published as a shareable hosted page. Regenerable when source artifacts change. Triggers on "/cpm:present".
    1 install
  5. Publish · ninthspace
    Regenerate the markdown projection and the committed dump from the database, so what is on disk matches what the planning database holds. Names every file that would be removed and asks before removing it. Triggers on "/dpm:publish".
    1 install
  6. Artifact · ninthspace
    Register and track published Claude artifacts against the CPM work that produced them. Maintains docs/artifacts/index.md — URL, what it is, why it was made, and which planning documents it belongs to — plus backlinks in those documents, so an artifact can be found, reviewed, and amended later without digging through chat history. Triggers on "/cpm:artifact".
    1 install
  7. Discover · ninthspace
    Facilitated problem discovery. Understand the problem before proposing solutions. Produces a problem brief through guided conversation. Use when starting a new product, complex feature, or any work where the problem isn't well-defined yet. Triggers on "/cpm:discover".
    1 install
  8. Architect · ninthspace
    Facilitated architecture exploration. Takes a product brief as input, identifies key architectural decisions derived from the product, explores trade-offs per decision, captures dependencies between decisions, and produces Architecture Decision Records (ADRs) — with optional HTML companion diagrams, and an artifact publishable from the ADRs on request. Triggers on "/cpm:architect".
    1 install
  9. Templates · ninthspace
    Template discoverability and scaffolding. Lists all CPM artifact templates showing each skill, its output format, whether structural or presentational, and the override path if applicable. Previews any template skeleton. Scaffolds override files for presentational templates. Triggers on "/cpm:templates".
    1 install
  10. Noteplan · ninthspace bundle
    Search and query NotePlan content across markdown files and Spaces (team/shared) SQLite database. Use when user wants to search NotePlan notes, find content, list notes, or fetch specific notes. Triggers on "/noteplan", "search NotePlan", "find in my notes", "search spaces", "list NotePlan notes".
    1 install
  11. Do · ninthspace
    Execute tasks from an epic doc. Picks the next unblocked task, reads context and acceptance criteria, does the work, verifies criteria, updates the epic doc, and loops until done — updating coverage matrices and generating a retro on completion. Owns the Change Type Decision procedure, so a criterion that contradicts reality is resolved in-loop rather than silently edited — and under an autonomous run, without pausing for input. Triggers on "/cpm:do".
    1 install
  12. JS Simplify · ninthspace bundle
    Simplify and improve JavaScript and TypeScript code across an entire codebase. Unlike the built-in /simplify which targets recently changed files, this skill scans all JS/TS files (or a configurable subset) and applies clarity, consistency, and maintainability improvements while preserving exact functionality. Use this skill whenever the user asks to simplify, clean up, refactor, or improve their JavaScript or TypeScript codebase or any subset of it. Also trigger when the user mentions JS code quality, dead code removal, modernising JavaScript, upgrading to ES2020+ syntax, or cleaning up TypeScript.
    1 install
  13. Spec · ninthspace
    Build a structured requirements and architecture specification through facilitated conversation. Takes a problem brief or user description as input and produces a spec document with functional requirements, architecture decisions, scope boundaries, and a testing strategy. Triggers on "/cpm:spec".
    1 install
  14. Filament Mockup · ninthspace bundle
    Convention: `…-mockup(s)` produces a mockup; `mockup-to-…` consumes a mockup, builds the named target. Siblings: `brief-to-mockups` is the sibling producer (bespoke/mixed briefs); builders `mockup-to-blade` (bespoke) and `mockup-to-filament` (Filament) consume mockups — `mockup-to-filament` consumes this skill's output. Build static, high-fidelity Filament v5 admin mockups from a brief or spec for stakeholder sign-off, BEFORE scaffolding any real Filament/Laravel code. Use when asked to 'create a Filament mockup', 'admin backend mockup', 'Filament v5 mockup', 'mock up the admin panel', turn a brief/spec/PRD into clickable admin screens, or produce sign-off mockups for a Filament back-end. Produces one self-contained HTML file using the real captured Filament theme CSS. NOT for production Filament code, nor for customer-facing/front-end mockups.
    1 install
  15. Audit · ninthspace
    Codebase audit skill. Produces a commit-pinned audit document with `file:line (symbol)` citations across nine dimensions of code health (architectural decay, consistency rot, type & contract debt, test debt, dependency & config debt, performance, error handling & observability, security, documentation drift), then offers pipeline handoffs to library / spec / quick. Triggers on "/cpm:audit".
    1 install
  16. Brief · ninthspace
    Facilitated product ideation. Takes a problem brief as input, explores solution approaches, and produces a product brief artifact with vision, value propositions, key features, differentiation, and user journey narratives. Triggers on "/cpm:brief".
    1 install
  17. Clean · ninthspace
    On-demand cleanup of CPM session state files. Exhaustively lists every progress file and its compact-summary companion with age and session label, then deletes only the files you name — no staleness filter, no sentinel, always confirmed first. Triggers on "/cpm:clean".
    1 install
  18. Epics · ninthspace
    Break a spec into epic documents with stories and tasks. Reads a specification (or a brief/description) and produces multiple epic docs — each with stories, sub-tasks, and a companion coverage matrix. Also offers a read-only dependency/readiness view, publishable as a shareable artifact, on request. Triggers on "/cpm:epics".
    1 install
  19. Party · ninthspace
    Multi-perspective discussion with named agent personas. Bring your whole team into one conversation — PM, Architect, Developer, UX Designer, Test Engineer, and more. Use for brainstorming, decision-making, or exploring trade-offs from diverse viewpoints. On exit, saves a discussion record to docs/discussions/ and offers handoff to /cpm:discover, /cpm:spec, or /cpm:epics. Triggers on "/cpm:party".
    1 install
  20. Pivot · ninthspace
    Course correction. Revisit any planning artefact, surgically amend it, and cascade changes through downstream documents. Triggers on "/cpm:pivot".
    1 install
  21. Quick · ninthspace
    Lightweight execution for small, well-defined changes. Bypasses the full CPM pipeline — classifies the input as a fix or a change (diagnosing root cause for fixes), assesses scope, confirms, executes, and produces a completion record. Use for changes that skip discover/brief/spec/epics ceremony. Triggers on "/cpm:quick".
    1 install
  22. Ralph · ninthspace
    Autonomous multi-epic execution via the Ralph Wiggum plugin. Discovers epics, generates a Ralph-compatible prompt that wraps /cpm:do with autonomous behaviour overrides, validates prerequisites, and launches the loop. Triggers on "/cpm:ralph".
    1 install
  23. Retro · ninthspace
    Lightweight retrospective. Reads a completed epic doc or quick record, synthesises observations, and writes a retro file for feed-forward into the next planning cycle. Promotes durable lessons into the reference library via "/cpm:retro learn" and retires spent lessons via "/cpm:retro retire". Triggers on "/cpm:retro".
    1 install
  24. Review · ninthspace
    Plans, before execution — adversarial review of epic docs and stories. Agents from the party roster examine planning artifacts through their professional lens, challenging assumptions, spotting gaps, and flagging risks. Can optionally auto-generate remediation tasks or stories from the findings. Triggers on "/cpm:review".
    1 install
  25. Status · ninthspace
    Project status reconnaissance. Scans CPM artifacts, git history, and codebase changes to produce an ephemeral status report with recommended next steps, plus an optional full-picture dashboard published as a shareable artifact on request. Triggers on "/cpm:status".
    1 install
  26. Archive · ninthspace
    Archive old or completed planning documents. Scans for stale artifacts, groups them by chain, and moves them to docs/archive/ with user confirmation. Triggers on "/cpm:archive".
    1 install