
Dowwie Tasker
- 19 repo stars
- Updated February 1, 2026
- Dowwie/tasker
dowwie-tasker is a Claude Code plugin that implements spec-driven planning and verifiable agent execution via Tasker.
About
dowwie-tasker is an agentic development framework plugin that ties spec-driven planning to execution inside Claude Code. Developers who ship with agents use it when vague tasks produce drift: Tasker pushes you toward written specifications, structured planning, and execution steps you can verify rather than one-shot code dumps. Keywords in the bundle—spec-driven-development, specifications, verifiable, workflow, execution—signal a methodology skill more than a single API wrapper, so it applies across validate, build, and ship even though the catalog shelves it first at validate scope. You get a process for turning intent into spec artifacts and driving Claude through them. Complexity is intermediate because you must learn Tasker’s spec and execution model. After a scoped spec is stable, you continue into build and review with the same framework rather than throwing away the plan. The repository ships one plugin with community metadata and about 18 stars at ingest time.
- Spec-driven planning and execution framework for Claude Code agents
- Treats behavior as compiled, executable, verifiable specifications
- Spans planning through execution with tasker workflow keywords
- 1-plugin agentic development bundle from Dowwie/tasker
Dowwie Tasker by the numbers
- Data as of Jul 7, 2026 (Skillselion catalog sync)
/plugin install dowwie-tasker@Dowwie/taskerAdd your badge
Show developers this plugin is listed on Skillselion. Paste this into your README.
| repo stars | ★ 19 |
|---|---|
| Last updated | February 1, 2026 |
| Repository | Dowwie/tasker ↗ |
What it does
Run spec-driven planning and verifiable execution with Tasker so Claude Code agents follow compiled specifications instead of ad-hoc prompts.
Who is it for?
Best when you're running long Claude Code sessions and want spec-driven-development discipline without a separate PM tool.
Skip if: Quick one-file edits where a full specification workflow would slow you down.
What you get
You produce scoped specifications and run Claude Code through a repeatable planning-and-execution loop you can check against the spec.
- Scoped behavior specifications
- Agent execution steps aligned to the spec
- Verifiable checkpoints against planned work
By the numbers
- 1 plugin in bundle
- Repository Dowwie/tasker
- Keywords include spec-driven-development and verifiable execution
Recommended Plugins
How it compares
Spec-driven agent framework plugin, not a narrow MCP server or UI component library.
FAQ
Who is Dowwie Tasker for?
Developers using Claude Code who want Tasker-style spec-driven planning and verifiable execution instead of unstructured agent chats.
When should I use Dowwie Tasker?
Use it when scoping a feature or refactor, before large implementation, and whenever agent work must match written specifications.
How do I add Dowwie Tasker to my agent?
Install the Dowwie/tasker Claude Code plugin from the repository, enable it in Claude Code, and follow Tasker’s spec and execution workflow in SKILL.md or repo docs.