Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
7 changes: 1 addition & 6 deletions .claude-plugin/marketplace.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,35 +5,30 @@
"email": "nikeyes@gmail.com"
},
"metadata": {
"description": "Structured development workflow plugins for Claude Code",
"version": "1.2.0"
"description": "Structured development workflow plugins for Claude Code"
},
"plugins": [
{
"name": "stepwise-core",
"source": "./core",
"version": "1.3.1",
"description": "Core workflow for structured development: Research → Plan → Implement → Validate with thoughts/ management",
"keywords": ["workflow", "research", "planning", "implementation", "validation", "thoughts"]
},
{
"name": "stepwise-git",
"source": "./git",
"version": "1.1.0",
"description": "Git commit workflow without Claude attribution",
"keywords": ["git", "commit", "version-control"]
},
{
"name": "stepwise-web",
"source": "./web",
"version": "1.0.0",
"description": "Web search and research capabilities for external context",
"keywords": ["web", "search", "research", "external"]
},
{
"name": "stepwise-research",
"source": "./research",
"version": "1.1.0",
"description": "Multi-agent deep research plugin with parallel web searches and synthesis",
"keywords": ["research", "multi-agent", "web", "synthesis", "orchestration", "citations"]
}
Expand Down
2 changes: 1 addition & 1 deletion CLAUDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ This project is distributed as **4 independent Claude Code plugins** in a single
### Plugin 1: stepwise-core
**Location**: `core/`
**Components**:
- 10 skills (research-codebase, create-plan, iterate-plan, implement-plan, validate-plan, thoughts-management, bugmagnet, hamburger-method, small-safe-steps, story-splitting, test-desiderata)
- 11 skills (research-codebase, create-plan, iterate-plan, implement-plan, validate-plan, thoughts-management, bugmagnet, grill-me, tdd, hamburger-method, small-safe-steps, story-splitting, test-desiderata)
- 5 specialized agents (codebase-locator, codebase-analyzer, codebase-pattern-finder, thoughts-locator, thoughts-analyzer)

### Plugin 2: stepwise-git
Expand Down
2 changes: 1 addition & 1 deletion core/.claude-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "stepwise-core",
"version": "1.3.1",
"version": "1.4.0",
"description": "Core workflow for structured development: Research → Plan → Implement → Validate with thoughts/ management",
"author": {
"name": "Jorge Castro",
Expand Down
109 changes: 0 additions & 109 deletions core/skills/implement-plan-evolution-workspace/evals/evals.json

This file was deleted.

Loading
Loading