By SuedePritch
Autonomous task-driven loop that works through TASKLIST.md independently
An autonomous task-driven loop that works through your TASKLIST.md independently. Claude keeps working until all tasks are complete.
# Add the marketplace
/plugin marketplace add SuedePritch/Independent
# Install the plugin
/plugin install independent@jamespritchard-plugins
In your project, create .claude/TASKLIST.md:
- [ ] Refactor the authentication module
- [ ] Add unit tests for user service
- [ ] Update API documentation
- [ ] Fix the bug in checkout flow
/independent
Claude will:
Tasks are tracked with checkboxes:
- [ ] = pending- [x] = completeClaude marks tasks complete automatically, or you can check them off manually.
The plugin uses Claude Code hooks to enforce task completion:
| Hook | Purpose |
|---|---|
| SessionStart | Clears session log for fresh starts |
| PreToolUse | Monitors task progress, enforces agent ownership |
| PostToolUse | Tracks agent invocations |
| Stop | Blocks exit if tasks remain incomplete |
| SubagentStart | Injects pending task context into subagents |
When you try to exit with incomplete tasks, the Stop hook blocks it and shows remaining work.
Updates are automatic. When a new version is pushed, run:
/plugin install independent@jamespritchard-plugins
independent/
├── .claude-plugin/
│ └── plugin.json # Plugin metadata
├── commands/
│ └── independent.md # The /independent command
├── hooks/
│ ├── hooks.json # Hook configuration
│ ├── session-start.sh # Session initialization
│ ├── pretooluse-hook.sh
│ ├── post-tool-use.sh
│ ├── stop-hook.sh # Exit gate
│ └── subagentstart-hook.sh
└── scripts/
└── setup-independent.sh
MIT
Matches all tools
Hooks run on every tool call, not just specific ones
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub suedepritch/independent --plugin independentA comprehensive toolkit for creating, validating, and distributing Claude Code plugins
Multi-model consensus engine integrating OpenAI Codex CLI, Gemini CLI, and Claude CLI for collaborative code review and problem-solving.