IKatsuba
- 25 skills
- 0 followers
- 1 week ago last updated
- ▌ Review Investigate · ikatsubaInvestigate Problem - analyzes a problem in the codebase and proposes actionable solutions
- ▌ Review Diff · ikatsubaDiff Review - analyzes code changes and provides structured feedback before commit
- ▌ Spec Design · ikatsuba bundleTechnical Design - picks one variant per problem area from the research catalogue, then produces architecture diagrams, interfaces, and data flow. Decisions live here, not in research.
- ▌ Spec Review · ikatsubaReview Specification - validates documents for completeness, quality, and consistency against the codebase. Use when checking spec quality at any pipeline stage.
- ▌ Spec Status · ikatsubaSpec Status - displays pipeline progress dashboard for a single specification showing document statuses, blockers, and next action.
- ▌ Project Init · ikatsubaProject Init - defines the overall system goals, stakeholders, constraints, and shared architectural decisions. Use when starting a new multi-spec project.
- ▌ Project Plan · ikatsubaProject Plan - breaks the vision into individual specs with dependencies, execution order, and shared interfaces. Use when decomposing a project into features.
- ▌ Git Changelog · ikatsubaGenerate Changelog - analyzes git history and creates a human-readable changelog for non-technical teams
- ▌ Spec Research · ikatsuba bundleTechnical Research - investigates the codebase and builds a catalogue of solution variants per problem area. Iterative — can be re-run to widen the catalogue. Does not make decisions; selection happens in spec:design.
- ▌ Journal Search · ikatsubaJournal Search - searches entries in ~/journal by query, type, project, topic, tags, or date range. Use when the user wants to find past thoughts, decisions, problems, or ideas they captured.
- ▌ Project Status · ikatsubaProject Status - dashboard showing progress across all specs with dependency tracking and next action suggestions.
- ▌ Spec Implement · ikatsuba bundleImplement Tasks - executes tasks from the tasks document using subagents. Use when ready to start coding a feature.
- ▌ Spec Test Plan · ikatsubaTest Plan - creates a manual test plan with traceable test cases from specification documents. Use when preparing to verify a feature implementation.
- ▌ Agent Developer · ikatsuba bundleDesigns and builds AI agents. Use when working on agent architecture, prompts, model selection, tool design, MCP, memory, context engineering, RAG, graph workflows, multi-agent systems, evaluation, or production reliability.
- ▌ Journal Capture · ikatsubaJournal Capture - captures a thought, problem, edge case, idea, or decision into ~/journal and updates README indexes. Use when the user wants to write down a development thought or observation.
- ▌ Journal Promote · ikatsubaJournal Promote - graduates a journal entry into a new spec by seeding .specs/<name>/ with the entry's content, then linking the journal entry back. Use when the user wants to turn a captured idea, problem, or decision into a full specification.
- ▌ Dev Claude Audit · ikatsubaClaude Code Setup Audit - reviews CLAUDE.md hierarchy, .claude/settings.json deny-list, per-directory commands, and extension layer against best practices for large codebases. Use periodically (every 3-6 months or after a major model release) or when onboarding a new repo.
- ▌ Dev Create Skill · ikatsubaCreate New Skill - scaffolds a skill definition following Claude Code conventions and this repository's patterns. Use when adding a new skill.
- ▌ Spec Requirements · ikatsubaRequirements Analysis - gathers requirements through structured questions and produces a requirements document with testable acceptance criteria. Use when starting a new feature spec or documenting requirements.
- ▌
- ▌ Review UX · ikatsubaUX Review - analyzes feature for efficiency-first UX patterns, keyboard navigation, and pro-tool experience
- ▌ Spec Test · ikatsubaExecute Tests - walks through test cases from the test plan, collects results, and updates the plan. Use when verifying a feature implementation.
- ▌
- ▌ Spec Tasks · ikatsubaTask Breakdown - generates an implementation plan with tracked tasks based on requirements and design documents. Use when breaking down a design into actionable work items.
- ▌ Agent Audit · ikatsuba bundleAgent Audit - audits an existing AI agent against the 22 patterns from "Patterns for Building AI Agents" and the 12 factors of production-reliable agents, emitting a scored maturity report with a security gate. Use when reviewing, scoring, or assessing the production-readiness of an AI agent or agent design.