Dowwie Tasker
dowwie-tasker is a Claude Code plugin for the Validate phase that implements spec-driven planning and verifiable agent execution via Tasker.
Run spec-driven planning and verifiable execution with Tasker so Claude Code agents follow compiled specifications instead of ad-hoc prompts.
Add it to Claude Code
Install the plugin in Claude Code. One command, paste-ready.
/plugin install dowwie-tasker@Dowwie/taskerBuilt to be called by your agent
Skillselion is itself an MCP server. Your agent can pull this entry and a paste-ready install config straight from the API - no copy-paste.
Retrieve this entry with skillselion.get_details("plugin:Dowwie/tasker") and the paste-ready config with skillselion.get_install_config("plugin:Dowwie/tasker").
What it does
dowwie-tasker is an agentic development framework plugin that ties spec-driven planning to execution inside Claude Code. Indie builders 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.
Highlights
- 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
Why builders use it
Agent sessions derail when there is no shared spec, so planning and implementation disagree and rework piles up.
You produce scoped specifications and run Claude Code through a repeatable planning-and-execution loop you can check against the spec.
At a glance
- Type - Plugin in Development Tools.
- Adoption - 0 installs, 18 stars, 0 votes.
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.
Comments
Share how you use dowwie-tasker, gotchas, or tips for other indie builders.
No comments yet - be the first to share how you use it.