stepwise-dev
01Plugin Claude Code
Plugin marketplace listing 4 plugins: stepwise-core, stepwise-git, stepwise-web, stepwise-research.
Plugin Claude Code
Plugin marketplace listing 4 plugins: stepwise-core, stepwise-git, stepwise-web, stepwise-research.
Settings file Claude Code
Agent settings declaring 5 allowed tools.
Instructions file
Instructions for nikeyes/stepwise-dev, covering claude.md, repository overview, multi-plugin architecture, plugin 1: stepwise-core and plugin 2: stepwise-git.
Plugin Claude Code
Core workflow for structured development: Research → Plan → Implement → Validate with thoughts/ management.
Agent
Analyzes codebase implementation details. Call the codebase-analyzer agent when you need to find detailed information about specific components. As always, the more detailed your request prompt, the better! :).
Agent
Locates files, directories, and components relevant to a feature or task. Call codebase-locator with human language prompt describing what you're looking for. Basically a "Super Grep/Glob/LS tool" — Use it if you find yourself desiring to use one of these tools more than once.
Agent
SPDX-FileCopyrightText: 2024 humanlayer Authors (original) SPDX-FileCopyrightText: 2025 Jorge Castro (modifications) -->.
Agent
The research equivalent of codebase-analyzer. Use this subagenttype when wanting to deep dive on a research topic. Not commonly needed otherwise.
Agent
Discovers relevant documents in the thoughts/ directory. Use when you need to find research, plans, notes, or tickets related to a topic.
Skill Claude CodeCodex
Lightweight bug discovery and test coverage analysis for a code module. Use when the user asks to find bugs, analyze test coverage, write edge case tests, or do exploratory testing on a file. Triggers on "bugmagnet", "find bugs in", "test coverage gaps", "edge cases for", or "exploratory testing on ".
Skill Claude CodeCodex
Create detailed implementation plans through interactive research and iteration.
Skill Claude CodeCodex
Interview the user relentlessly about a plan or design until reaching shared understanding, resolving each branch of the decision tree. Use when user wants to stress-test a plan, get grilled on their design, or mentions "grill me".
Skill Claude CodeCodex
Slices features into vertical deliverable pieces using the Hamburger Method. Generates 4-5 implementation options per layer and composes minimal end-to-end slices. Use when slicing work, breaking down features into layers, or delivering incrementally.
Skill Claude CodeCodex
Implement technical plans from thoughts/shared/plans with verification.
Skill Claude CodeCodex
Iterate on existing implementation plans with thorough research and updates.
Skill Claude CodeCodex
Document codebase as-is with thoughts directory for historical context.
Skill Claude CodeCodex
Small Safe Steps (S3): breaks work into 1-3h increments with zero downtime. Use when asking "how do I implement/migrate/refactor", "what steps to do X", "plan safe migration", or handling risky DB/API changes. Applies expand-contract pattern for migrations, refactorings, schema changes.
Skill Claude CodeCodex
Detects stories that are too big and applies splitting heuristics. Identifies linguistic red flags (and, or, manage, handle, including) and suggests concrete splitting strategies. Use when breaking down requirements or splitting large work.
Skill Claude CodeCodex
Test-driven development with red-green-refactor loop. Use when user wants to build features or fix bugs using TDD, mentions "red-green-refactor", wants integration tests, or asks for test-first development.
Skill Claude CodeCodex
Analyze and improve test code quality using Kent Beck's Test Desiderata framework. Use when analyzing test files, reviewing test code, identifying test quality issues, suggesting test improvements, or when asked to evaluate tests against best practices. Applies to unit tests, integration tests, and any automated test…
Skill Claude CodeCodex
Manage thoughts directory operations including initialization and metadata generation. Use when initializing a new project's thoughts/ structure or when gathering git metadata for document frontmatter.
Skill Claude CodeCodex
Validate that plan was correctly implemented, verify all success criteria.
Plugin Claude Code
Git and GitHub workflow: semantic commits and rigorous PR comment review.
Skill Claude CodeCodex
Create git commits with user approval, semantic commit format, and no Claude attribution.