Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
By e0ipso
Manage structured AI development workflows: create plans from work orders, break plans into atomic tasks, execute individual tasks or full blueprints with lifecycle hooks and validation gates, and review or update existing plans.
npx claudepluginhub e0ipso/strikethrooCreate a new Strikethroo plan for this repository. Use when the user asks to draft, plan, or scope a new strikethroo plan โ discovers the local .ai/strikethroo root, runs the project's plan hooks, gathers clarifications, allocates the next plan ID, and writes a Markdown plan conforming to PLAN_TEMPLATE.md. Do not use for generic brainstorming or work outside Strikethroo.
Execute a Strikethroo plan blueprint for this repository. Use when the user asks to run, implement, or carry out a specific plan ID โ discovers the local .ai/strikethroo root, resolves the plan, validates or auto-generates tasks and the execution blueprint, optionally creates a feature branch, runs phases with lifecycle hooks, enforces validation gates, appends an execution summary, and archives the completed plan. Do not use for generic development work outside Strikethroo.
Execute a single task from a Strikethroo plan. Use when the user asks to run, implement, or carry out one specific task ID within a plan โ discovers the local .ai/strikethroo root, resolves the plan, validates the task file, checks status and dependencies, runs pre-execution hooks, deploys an agent, updates status, documents noteworthy events, and emits a structured Task Execution Result. Do not use for generic development work outside Strikethroo.
Execute the complete Strikethroo workflow from plan creation through blueprint execution for this repository. Use when the user asks to run the full end-to-end workflow for a work order โ discovers the local .ai/strikethroo root, creates a plan, generates atomic tasks, and executes the blueprint, all in a single uninterrupted sequence. Do not use for individual plan creation, task generation, or blueprint execution; use the dedicated skills for those.
Generate atomic Markdown tasks for an existing Strikethroo plan in this repository. Use when the user asks to decompose a specific plan ID into tasks โ discovers the local .ai/strikethroo root, resolves the plan, runs the project's task-generation hooks, allocates sequential task IDs, and writes one task file per atomic unit conforming to TASK_TEMPLATE.md. Do not use for generic project planning or work outside Strikethroo.
Share bugs, ideas, or general feedback.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
A task management system for ambitious AI-driven development that doesn't overwhelm and confuse Cursor.
Structured implementation planning, interactive annotation review, and autonomous plan execution
AI ์ค์ผ์คํธ๋ผ์ ๊ทธ๋๋๋ง์คํฐ โ PM์ด ์ฝ๋๋ฅผ ์ฐ์ง ์๊ณ AI ์์ด์ ํธ๋ฅผ ์งํํ์ฌ ๊ฐ๋ฐ
Agentic engineering done right โ 57 structured workflows, 17 specialist agent personas, persistent memory across sessions, integrated learning partner, and impeccable UI design system. Works with Claude Code, Windsurf, Cursor, Gemini CLI, OpenCode, and Codex.
Installer for TรCHES' Get-Shit-Done workflow system - meta-prompting, context engineering and spec-driven development
Iterative plan review and execution workflow for Claude Code
Strikethroo: extensible AI-powered plan and task management with customizable workflows and structured development processes.
Transform complex AI prompts into organized, executable workflows through customizable hooks, templates, and progressive refinement. Works seamlessly within your existing AI subscriptions for Claude Code, Gemini CLI, and Open Code.
This project ships in two parts: the skills (installed by vercel-labs/skills) and the workspace (initialized by this CLI). Run both:
# 1. Install the Strikethroo skills for your assistant
npx skills add e0ipso/strikethroo
# 2. Initialize the .ai/strikethroo/ workspace
npx strikethroo init --harnesses claude --destination-directory .
The skills give your assistant the planning, decomposition, and execution workflow; the CLI bootstraps .ai/strikethroo/ with hooks, templates, and the hash-tracked diff-on-conflict UX. Each step is independently re-runnable. See the migration guide for upgrade flows from 1.x.
The CLI's init emits the shared workspace plus harness-specific agents (e.g., .claude/agents/ for Claude). Other harnesses rely entirely on the installed skills.
Comprehensive guides covering:
Once the skills are installed, invoke the workflow by intent โ the assistant auto-loads the matching skill. There are no slash commands to memorize.
Automated end-to-end run:
"Run the full workflow to create a user authentication system."
The st-full-workflow skill handles plan creation, task generation, and blueprint execution in a single pass.
Step-by-step (for manual review between phases):
st-create-plan skill)st-refine-plan skill โ useful when a second assistant should red-team the plan)st-generate-tasks skill)st-execute-blueprint skill)Progress is driven by the Agent Skills workflow: the st-execute-blueprint skill runs the phases, archives the plan automatically on completion, and you can inspect plan and task files directly under .ai/strikethroo/plans/ (completed plans move to .ai/strikethroo/archive/).
| Harness | Interface | Setup Time |
|---|---|---|
| ๐ญ Claude | claude.ai/code | < 30 seconds |
| ๐ฑ๏ธ Cursor | Cursor IDE | < 30 seconds |
| ๐ Gemini | Gemini CLI | < 30 seconds |
| ๐ Open Code | Open source | < 30 seconds |
| ๐ฎ Codex | Codex CLI | < 30 seconds |
| ๐ GitHub Copilot | VS Code / JetBrains IDEs | < 30 seconds |
MIT License - Open source and free to use.