Plugin Claude Code
Plugin marketplace listing 4 plugins: speclan, constitution, speclan-engineering, todo.
Plugin Claude Code
Plugin marketplace listing 4 plugins: speclan, constitution, speclan-engineering, todo.
Command Claude Code
Claude Code plugins for spec-driven development workflows: SPECLAN integration, BMAD-METHOD interop, and SDD automation skills.
Settings file Claude Code
Claude Code plugins for spec-driven development workflows: SPECLAN integration, BMAD-METHOD interop, and SDD automation skills.
Plugin Claude Code
Manage project constitution files - rules, best practices, patterns, and guardrails for LLM/coding agents.
Command
Add rules, best practices, or guidelines to the project constitution.
Command
Check code or recent session work for constitution violations.
Command
Clarify or refine existing constitution rules based on user input.
Skill Claude CodeCodex
Knowledge about writing effective project constitution files for LLM/coding agents. Use this skill when creating, editing, or reviewing constitution.md files.
Plugin Claude Code
Companion to the speclan plugin for interactively crafting SPECLAN specifications (Goals, Features, Requirements, Change Requests) with Claude Code instead of authoring them by hand.
Command
Deeper brainstorming session that spawns multiple parallel subagents — each applying a different brainstorming technique (SCAMPER, Crazy 8s, Reverse, First Principles, Analogy, Six Hats, Constraint-Based, Random Input) — then synthesizes their output into 2–3 strong threads the user can drill into before crafting…
Command
Interactive brainstorming session that transforms a rough thought into SPECLAN specifications through grounding, exploration, and guided spec-shaping driven by AskUserQuestion.
Command
Interactive HLRD (High-Level Requirements Document) import — transforms an unstructured requirements document into speclan vision, mission, goals, features, and requirements through a multi-phase wizard with AskUserQuestion-driven clarifications.
Hook
Runs when a session starts, executing check-speclan-dependency.sh via bash. From thlandgraf/cc-marketplace.
Skill Claude CodeCodex
Use this skill for high-effort brainstorming sessions that spawn multiple parallel subagents — each applying a distinct ideation technique (SCAMPER, Crazy 8s, Reverse, First Principles, Analogy, Six Hats, Constraint-Based, Random Input) — then synthesizes the results into strong threads the user can drill into before…
Skill Claude CodeCodex
Use this skill to turn a rough thought, half-formed idea, "what if" question, or quick concept into SPECLAN specifications through an interactive brainstorming session. Triggers when the user says "I have an idea", "what if we", "I'm thinking about", "let's explore", "rough idea", "can we add", "should we support"…
Skill Claude CodeCodex
Use this skill to import a High-Level Requirements Document (HLRD), PRD, product brief, or requirements markdown/text document into the SPECLAN directory structure. Triggers when the user asks to "import this PRD", "turn this requirements doc into specs", "bootstrap specs from my document", "hlrd import", "ingest this…
Plugin Claude Code
Claude Code helper for SPECLAN - manage project specifications as interlinked markdown files.
Skill Claude CodeCodex
Run, smoke-test, and verify the speclan-id-generator CLI (generate-id.mjs) — the tool that mints SPECLAN entity IDs (G-###, F-/R-/CR-####). Use when asked to "run the id generator", "test generate-id", "verify the ID gap", "check ID generation", or after changing the end-biased gap constants or the overflow/random…
Agent
Use this agent to review architectural quality of implementation files. Analyzes design patterns, SOLID principles, coupling, module boundaries, dependency direction, and separation of concerns. Returns categorized findings with file:line evidence.
Agent
Use this agent when the user wants to convert specifications between BMAD-METHOD and SPECLAN formats. Examples.
Agent
Use this agent to review code hygiene and structural quality of implementation files. Analyzes naming conventions, duplication, dead code, type safety, error handling patterns, and other structural concerns. Returns categorized findings with file:line evidence.
Agent
Use this agent when the user wants to verify features are implemented correctly, check implementation against feature specs, or needs a verification report. Examples.
Agent
Use this agent to determine optimal implementation order for features, requirements, or change requests by analyzing dependencies. Returns an ordered list. Called by plan-manual and implement commands — not typically invoked directly.
Agent
Use this agent when the user wants to verify a requirement is implemented, check if a specific requirement is satisfied, or verify implementation against requirement specs. Examples.