By tapania
AI-powered domain decomposition pipeline — transform a project vision into governance-checked, dependency-resolved implementation slices through structured exploration
Bootstrap .grimoire/ from an existing codebase — reverse-engineer vision, schools, taxonomy, and glossary from code
Expand a single branch of the specification tree with child capabilities
Analyze a third-party library or service and map its capabilities, constraints, and conflicts onto the specification tree
Enforce sealed wards and structural gates — the sole blocking authority in the Grimoire pipeline
Define governance schools with sealed/advisory wards and scoring criteria for evaluating suggestions
Based on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
A suite of Claude Code skills that implement the Grimoire methodology — an AI-powered domain decomposition pipeline that transforms a project vision into governance-checked, dependency-resolved implementation slices.
For the full narrative of how these skills work together, read VISION.md.
Grimoire takes a software project from "here's what I want to build" to "here's a structured, validated specification tree with delivery slices." The pipeline:
The pipeline is sequential but not mandatory — stages can be skipped. All state is stored as YAML files in a .grimoire/ directory. No server, no database — just files the agent reads and writes.
| Skill | Command | Description |
|---|---|---|
| grimoire | /grimoire | The main entry point. Describes the full pipeline, detects current stage, and routes to the right skill. |
1. VISION → 2. GOVERNANCE → 3. TAXONOMY → 4. EXPLORATION → 5. SLICING
| # | Skill | Command | What It Does | Output |
|---|---|---|---|---|
| 1a | grimoire-vision | /grimoire-vision | Structured vision declaration (domain, audience, constraints) | .grimoire/vision.md |
| 1b | grimoire-vision-playground | /grimoire-vision-playground | Creative identity exploration (taxonomy → features → prose narrative) | .grimoire/vision.md, vision-identity.yaml |
| 1c | grimoire-archaeology | /grimoire-archaeology | Bootstrap from existing codebase (reverse-engineer vision, schools, tree) | Full .grimoire/ directory |
| 2a | grimoire-governance | /grimoire-governance | Define schools with sealed/advisory wards + scoring criteria | .grimoire/schools.yaml, scoring.yaml |
| 2b | grimoire-school-tree-composer | /grimoire-school-tree-composer | Compose governance tree from archetype/overlay catalog (advanced) | .grimoire/schools.yaml |
| 3 | grimoire-taxonomy | /grimoire-taxonomy | Decompose domain into specification tree (alternatives → expand) | .grimoire/tree.yaml |
| 4a | grimoire-expand | /grimoire-expand | Expand a branch with child capabilities | Updates tree.yaml |
| 4b | grimoire-ritual | /grimoire-ritual | Full exploration loop: lenses → suggest → gate → tag → score | Ranked suggestions → tree.yaml |
| 5 | grimoire-slicing | /grimoire-slicing | Propose dependency-complete delivery slices with validation | .grimoire/slices/*.yaml |
| Skill | Command | Description |
|---|---|---|
| grimoire-gate-check | /grimoire-gate-check | Enforce sealed wards and structural gates (sole blocking authority) |
| grimoire-familiar | /grimoire-familiar | Analyze a dependency's impact on the tree |
| grimoire-pathfinder | /grimoire-pathfinder | Critical path and bottleneck analysis |
| grimoire-refactor | /grimoire-refactor | Tree structural surgery (merge, split, reparent, prune) |
| grimoire-retrospective | /grimoire-retrospective | Post-implementation calibration against actuals |
# Add the marketplace
/plugin marketplace add tapania/grimoire-skills
# Install the plugin
/plugin install grimoire-skills@tapania-grimoire-skills
Or use the interactive plugin manager:
/plugin
Navigate to Marketplaces tab, add tapania/grimoire-skills, and install from the Discover tab.
Requirements: Claude Code version 1.0.33 or later (claude --version to check)
git clone https://github.com/tapania/grimoire-skills.git
cp -r grimoire-skills/skills/ your-project/.claude/skills/
git clone https://github.com/tapania/grimoire-skills.git
cp -r grimoire-skills/skills/* ~/.claude/skills/
For a new project, run skills sequentially:
/grimoire-vision → /grimoire-governance → /grimoire-taxonomy → /grimoire-expand → /grimoire-ritual → /grimoire-slicing
Or just run /grimoire and it will guide you through the pipeline based on current state.
npx claudepluginhub tapania/grimoire-skills --plugin grimoire-skillsStructured spec-driven development methodology and skills for Claude Code emphasizing understanding before code commitment.
Grill the user relentlessly about a plan or design.
AI-powered cascading development framework with design document system and multi-agent collaboration. Breaks down projects into Features (Mega Plan), Features into Stories (Hybrid Ralph), with auto-generated technical design docs, dependency-driven batch execution, Git Worktree isolation, and support for multiple AI agents (Codex, Amp, Aider, etc.).
Split vague project requirements into well-scoped units for /deep-plan
Flight Levels methodology plugin for Metis. Includes methodology skills, iterative Ralph loops for task execution and initiative decomposition, and Flight Levels agent guidance.
Engineering & tech skills: Code Review Checklist, Incident Postmortem, API Docs Writer, Architecture Decision Record, Debugging Log Analyser, PR Description Writer, System Design Interview, Changelog Generator, Test Strategy Doc, Runbook Writer, CI/CD Playbook, SLO & Error Budget, Developer Onboarding Doc, On-Call Runbook, Security Threat Model, Performance Budget, Database Schema Design, Database Migration Plan, Technical Debt Register, RFC Writer, Capacity Planning, Load Testing Plan, Disaster Recovery Plan, Feature Flag Guide, Dependency Audit, Service Catalog Entry, Monitoring Setup Guide, Local Dev Setup, API Versioning Strategy, Infra-as-Code Review, Engineering Weekly Report, Tech Radar, Sprint Velocity Analysis, Microservices Decomposition, Engineering Hiring Rubric, Context Mode, Claude Superpowers, Skill Security Auditor, Error Decoder, Regex Builder, Git Troubleshooter, Dependency Conflict Resolver, Code Explainer, Writing Great Skills. 44 structured skills for engineering teams, SREs, technical PMs, and Claude Code power users — including a meta-skill for authoring high-quality SKILL.md files.
AI-first engineering workflow with BDD living documentation. Lean PRD writing, Gherkin generation, and wireframe mockups for Product and Engineer roles.