davidmatousek

122 mods across 3 repositories, 116 stars between them.

aod-foundation

102

davidmatousek/agentic-oriented-development-kit

Skill Claude CodeCodex

Guided post-init workshop that helps new AOD Kit adopters establish product vision and design identity. Two-part flow: Part 1 (Vision) asks 5 guided questions to populate product-vision.md; Part 2 (Design) browses archetypes to generate brand files (brand.md, tokens.css, anti-patterns.md). Supports --vision and…

22 2mo ago A 98 tokens copy · 100% MIT

aod-lens

103

davidmatousek/agentic-oriented-development-kit

Skill Claude CodeCodex

Routes to 14 structured thinking methodologies (lenses) for systematic analysis. Use this skill when you need to think through problems, apply thinking lenses, reason through decisions, or perform systematic analysis. Auto-selects appropriate lens based on context - 5 Whys for failures, Pre-Mortem for risks, First…

22 2mo ago A 93 tokens copy · 100% MIT

aod-orchestrate

104

davidmatousek/agentic-oriented-development-kit

Skill Claude CodeCodex

Multi-feature orchestration skill that bridges /aod.blueprint output to parallel wave execution. Groups synced GitHub Issues by ICE priority tier (P0/P1/P2) into sequential waves, creates Task records, spawns batch sessions via the orchestrator API, monitors completion, and reports results. Supports --issues…

22 2mo ago A 110 tokens copy · 100% MIT

aod-stack

105

davidmatousek/agentic-oriented-development-kit

Skill Claude CodeCodex

Manage stack packs — activate, remove, list, and scaffold technology-specific conventions for AI coding agents. Use when developers want to select a stack, set up conventions, or manage pack lifecycle.

22 2mo ago A 42 tokens copy · 100% MIT

code-execution-helper

106

davidmatousek/agentic-oriented-development-kit

Skill Claude CodeCodex

Guide for using code execution capabilities to perform parallel batch processing, conditional filtering, and data aggregation. This skill should be used when agents need to analyze multiple files efficiently, validate large result sets, aggregate data from multiple sources, or reduce token consumption through…

22 2mo ago A 76 tokens copy · 100% MIT

git-workflow-helper

107

davidmatousek/agentic-oriented-development-kit

Skill Claude CodeCodex

Automates git workflow tasks including status checks, branch creation, file staging, conventional commit message generation, and pull request creation with gh CLI. Use this skill when you need to commit changes, create PRs, check git status, create branches, push code, or generate commit messages. Ensures proper git…

22 2mo ago A 71 tokens copy · 100% MIT

kb-create

108

davidmatousek/agentic-oriented-development-kit

Skill Claude CodeCodex

Guided pattern and bug creation with interactive prompts and automatic quality validation. Use this skill when you need to create patterns, document solutions, add KB entries, document bug fixes, save solutions, or create knowledge base entries. Helps users create high-quality KB entries with proper structure…

22 2mo ago A 73 tokens copy · 100% MIT

kb-query

109

davidmatousek/agentic-oriented-development-kit

Skill Claude CodeCodex

Interactive Knowledge Base search with natural language queries. Use this skill when you need to search KB, find patterns, search knowledge base, look for solutions, find bug fixes, or query institutional knowledge. Searches patterns and bug fixes with relevance ranking, quality scoring, and fuzzy matching for typo…

22 2mo ago A 70 tokens copy · 100% MIT

root-cause-analyzer

110

davidmatousek/agentic-oriented-development-kit

Skill Claude CodeCodex

Implements 5 Whys root cause analysis methodology for systematic debugging and problem resolution. Use this skill when you need to find root cause, run 5 whys analysis, analyze recurring problems, or perform systematic debugging. Guides developers through structured analysis, documents findings in institutional…

22 2mo ago A 68 tokens copy · 100% MIT

security

111

davidmatousek/agentic-oriented-development-kit

Skill Claude CodeCodex

Claude-powered SAST and SCA security scan skill. Invoked automatically as the Security Scan step (Step 7) of /aod.build (after Design Quality Gate, before Code Simplification) or standalone via /security. Analyzes all code files and dependency manifests changed on the feature branch relative to main for OWASP Top 10…

22 2mo ago A 165 tokens copy · 100% MIT

~aod-blueprint

112

davidmatousek/agentic-oriented-development-kit

Skill Claude CodeCodex

Unified project setup and story generation skill that auto-detects new vs existing projects. Three modes: first-run (creates repo, registers project, activates), subsequent-run (skips setup, adds new stories with deduplication), and demo (loads pre-built Hello World stories). Generates ICE-scored, dependency-ordered…

22 2mo ago A 98 tokens original MIT

~aod-bugfix

113

davidmatousek/agentic-oriented-development-kit

Skill Claude CodeCodex

One-shot governed bug fix loop: diagnose → plan → implement → verify → document. TRIGGER when: user reports a bug, pastes an error message/stack trace/failing test, or asks to fix a bug. Runs 5 Whys root cause analysis, presents confirmation gate before any code changes, implements fix, verifies with tests, and…

22 2mo ago A 83 tokens original MIT

~aod-build

114

davidmatousek/agentic-oriented-development-kit

Skill Claude CodeCodex

Generate standardized checkpoint reports for multi-phase implementation projects. Use this skill when pausing implementation at strategic milestones (phase completion, user story completion, critical features) to create comprehensive progress reports with task breakdowns, metrics, knowledge base entries, and resume…

22 2mo ago A 56 tokens original MIT

~aod-deliver

115

davidmatousek/agentic-oriented-development-kit

Skill Claude CodeCodex

Structured delivery retrospective for the AOD Lifecycle's Deliver stage. Validates Definition of Done, captures delivery metrics (estimated vs. actual duration), logs surprises, feeds new ideas back into discovery via GitHub Issues, and creates Institutional Knowledge entries. Use this skill when you need to close a…

22 2mo ago A 81 tokens original MIT

~aod-discover

116

davidmatousek/agentic-oriented-development-kit

Skill Claude CodeCodex

Unified discovery skill with 4 entry points: /aod.discover (full flow: capture + score + validate), /aod.discover --seed (fast-track pre-vetted ideas with auto defaults), /aod.idea (capture + score only), /aod.validate (PM validation for existing idea). Use this skill when you need to capture ideas, run discovery…

22 2mo ago A 103 tokens original MIT

~aod-kickstart

117

davidmatousek/agentic-oriented-development-kit

Skill Claude CodeCodex

POC kickstart skill that transforms a project idea into a sequenced consumer guide with 6-10 seed features. Use when a developer invokes /aod.kickstart to generate a consumer guide, when starting a new project and needing a structured backlog plan, or when converting a project idea into seed features for the AOD…

22 2mo ago A 88 tokens original MIT

~aod-plan

118

davidmatousek/agentic-oriented-development-kit

Skill Claude CodeCodex

Plan stage orchestrator that runs all three Plan sub-steps (spec → project-plan → tasks) in sequence with governance gates. Stops on rejection, continues through approvals. Use this skill when you need to run the full Plan stage, navigate planning sub-steps, or resume after a rejection.

22 2mo ago A 64 tokens original MIT

~aod-project-plan

119

davidmatousek/agentic-oriented-development-kit

Skill Claude CodeCodex

Validates architecture documentation completeness by checking for technology stack, API specifications, database schema, security architecture, and alignment with feature specification. Use this skill when you need to check if plan.md is complete before implementation, validate architecture documentation, or review…

22 2mo ago A 59 tokens original MIT

~aod-run

120

davidmatousek/agentic-oriented-development-kit

Skill Claude CodeCodex

Full lifecycle orchestrator that chains all 6 AOD stages (Discover, Define, Plan, Build, Deliver, Document) with disk-persisted state for session resilience and governance gates at every boundary. Use this skill when you need to run the full lifecycle, orchestrate stages, resume orchestration, or check orchestration…

22 2mo ago A 72 tokens original MIT