Production-ready agent skills for teams who want AI speed without sacrificing quality. No CLI, no package install — just markdown in your repo.

Why agents fail at scale

Agents excel at small, isolated tasks. Real software needs structure, standards, and verification.

// Detail or invent

Critical context goes missing — or gets invented with confidence. Spec-driven development aligns everyone before code is written.

// Rules or chaos

Output drifts from your conventions and becomes hard to maintain. Your rules and project context should lead, not the agent defaults.

// Verify or hope

Mistakes pile up until they are costly to fix. Keep humans in the loop and verify outcomes instead of shipping on faith.

The AIDD philosophy

AI-Driven Development combines AI acceleration with practices that professional teams already trust.

// Spec-driven development

Clear acceptance criteria up front so agents, engineers, and stakeholders share the same definition of done.

// Rules over tools

Skills, AGENTS.md, and conventions you define travel with the repo across IDEs and agents.

// Human in the loop

You stay in control. Approve specs, plans, code, and tests — you own what merges.

What you get

A skill library that lives in your project — portable, versioned, and ready for any agent that reads markdown instructions.

// Architecture documentation

Set up new projects and understand brownfield codebases so agents work from how your system actually works.

// Building features

A guided path from requirement to verified delivery, with checkpoints you review at each stage.

// Crafting quality

Improve what ships with review and repair workflows, plus more capabilities on the roadmap for releases and refactors.

Skills catalog

Invoke any skill in your agent chat. Each one is a markdown file in your project's .agents folder.
Skill Pipeline What it does Status
/initialize Architecture Sets up your project environment and main instructions file. Available
/explore Architecture Reverse-engineers legacy code for architecture insights (brownfield projects). Available
/extract Architecture Extracts real rules and conventions from your codebase to guide generation. Available
/specify Building Writes clear specifications with formal acceptance criteria. Available
/planify Building Breaks specs into concrete, ordered implementation steps. Available
/codify Building Generates code that follows your plans and your rules. Available
/verify Building Writes and runs E2E tests so specs are actually met. Available
/review Crafting Reviews code for quality and generates a feedback report. Available
/repair Crafting Fixes issues identified during review. Available
/repository Crafting Manages repository tasks with git commits and branches. Roadmap
/refactor Crafting Improves existing code without changing its behavior. Roadmap
/release Crafting Prepares and publishes a new release, including changelog generation. Roadmap

Works in your environment

Use the same skills in the editors and agents you already rely on — no vendor lock-in.

// AI-powered IDEs

Antigravity, Cursor, VS Code, and other tools that load project context from your repository.

// AI dev agents

Claude Code, Codex, Copilot, OpenCode, Gemini, and more — wherever markdown instructions are supported.

Get started

Add AIDDbot to your repo and follow the README for setup and workflows.