By lessuselesss
Spec-driven project scaffolding using kiro.dev methodology with typix, nickel contracts, TDD workflows, Context7 documentation integration, Nushell-powered markdown parsing, and workflow enforcement hooks
Evaluate project against kiro.dev standards and generate quality report
Create a new spec-driven project with kiro.dev structure
Create a scoped implementation area with decomposed specs and local CLAUDE.md
Update or regenerate kiro spec files based on current project state
Interactive project architect for kiro.dev scaffolding - guides users through Q&A to design spec-driven projects
Quality auditor for kiro.dev projects - evaluates structure, specs, contracts, and TDD compliance
Test-Driven Development coach for kiro projects - guides RED-to-GREEN workflows and ensures test-first practices
Automatically scaffolds spec-driven projects when user mentions creating new projects with specifications, type safety, or TDD requirements.
Automatically guides users through RED-to-GREEN TDD workflow when implementing features in kiro projects
Admin access level
Server config contains admin-level keywords
Executes bash commands
Hook triggers when Bash tool is used
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Modifies files
Hook triggers on file write and edit operations
Modifies files
Hook triggers on file write and edit operations
Requires secrets
Needs API keys or credentials to function
Requires secrets
Needs API keys or credentials to function
Uses power tools
Uses Bash, Write, or Edit tools
Uses power tools
Uses Bash, Write, or Edit tools
A comprehensive Claude Code plugin for creating spec-driven software projects using kiro.dev methodology with typix integration, nickel contracts, and TDD workflows.
This plugin enables you to scaffold projects with:
/kiro-new - Create a new spec-driven project (interactive or headless mode)/kiro-spec - Update or regenerate specification files/kiro-scope - Create scoped implementation areas with decomposed specs/kiro-eval - Evaluate project quality and standards compliance# Add the marketplace
/plugin marketplace add <your-marketplace-url>
# Install the plugin
/plugin install kiro-scaffold
Clone this repository:
git clone https://github.com/yourusername/kiro-scaffold.git
Create a local marketplace:
cd /path/to/your/marketplaces
mkdir -p kiro-plugins
cd kiro-plugins
Create marketplace.json:
{
"name": "kiro-plugins",
"plugins": {
"kiro-scaffold": {
"source": "path:/path/to/kiro-scaffold"
}
}
}
Add and install:
/plugin marketplace add /path/to/kiro-plugins
/plugin install kiro-scaffold@kiro-plugins
Interactive Mode (Recommended for first-time use):
/kiro-new my-api-service
Claude will guide you through a Q&A to understand your requirements and generate a complete project scaffold.
Headless Mode (Autonomous inference):
/kiro-new my-api-service --mode=headless --description="A REST API for user authentication with JWT tokens, PostgreSQL database, and Redis caching"
Claude will analyze your description and generate an appropriate scaffold.
my-api-service/
├── .git/ # Initialized repository
├── CLAUDE.md # AI assistant context
├── README.md # Project documentation
├── flake.nix # Nix environment with typix
├── .aidocs/ # Reference documentation
│ ├── kiro/ # kiro.dev methodology
│ ├── typix/ # typix/typist integration
│ └── nickel/ # nickel language reference
├── .kiro/ # Master specifications
│ ├── steering/ # Project direction
│ └── spec/
│ ├── requirements.md # What to build
│ ├── design.md # How to build it
│ └── tasks.md # Implementation tasks
├── .contracts/ # Nickel type definitions
│ └── (mirrors src/ structure)
└── src/ # Source code
└── (scoped implementation areas)
Create a scoped implementation area:
/kiro-scope src/auth --from-task=AUTH-001 --description="JWT authentication"
Claude will guide you through:
Update specs as you go:
/kiro-spec --scope=src/auth
# Terminal report
/kiro-eval
npx claudepluginhub lessuselesss/todo-wareFull-cycle project development - brainstorm ideas, create specifications, plan architecture, initialize projects, and execute implementation with integrated workflows from superpowers and spec-kit
Comprehensive AI-assisted development workflow system with specialized agents, orchestrated commands, and file-based state management
GitHub Spec-Kit integration for Specification-Driven Development - define WHAT and HOW before coding
11 agents, 35 skills, 18 commands, 9 hooks — spec-driven multi-agent orchestration for Claude Code, with optional cross-device semantic memory.
Spec-driven development methodology for full-stack teams
Context-Driven Development framework for spec-driven, structured software development. Transforms Claude Code into a project manager that follows a strict lifecycle: Context > Spec & Plan > Implement.