krill-work
Work-axis krill plugin: MCP access to krill's spec surface plus the milestone/delivery-axis tools and create_task (M3, M4 FR1), plus planner/worker/validator/system-validator/mergepush personas and plan/implement/validate skills forked from project-manager. Swimlane execution (claim/heartbeat/complete/abandon/note, task dependencies, lane queries) still rides on GitHub Issues/Projects until krill's remaining M4 FRs ship -- see CONVENTIONS.md TODOs.
By whale_net1 GitHub starsUpdated 3 days ago
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 10 skill or MCP entries
- Source updated
- Sep 21, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install krill-work for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install krill-work@agent-plugin-marketplacePaste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/whale-net/everythingClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is krill/plugin/work/.
Plugin files
├── .claude-plugin/plugin.json├── skills/implement/SKILL.md├── skills/loop-plan-implement-validate/SKILL.md├── skills/plan/SKILL.md├── skills/validate/SKILL.md└── .mcp.json
Included Skills4
Runs the swimlane execution phase of a krill-work plan (fork of project-manager's implement) — orchestrates worker and validator personas in parallel batches, via per-task branches created in dedicated worktrees, over ready tasks across swimlanes until all tasks reach Done, then hands each batch's push/PR integration and continuous trunk-merge off to a mergepush subagent. Requires the Project board (from /krill-work:plan) to already exist.
Drives a signed-off krill design (fork of project-manager's loop-plan-implement-validate) all the way to a set of merged PRs unattended — dispatches /krill-work:plan, /krill-work:implement, and /krill-work:validate each to their own fresh subagent, looping implement→validate again whenever validate routes findings back to Implementation, until validate reports a clean merge. Finishes with an independent final-verification subagent. Use for "run this plan end to end", "loop plan/implement/validate until done", or "get this whole plan merged without me babysitting each phase".
Task breakdown (krill-work fork) — converts a krill-design design session that ended in a signoff revision event (signoff_status approved) into a GitHub Project board with swimlanes and cohesive task issues, by dispatching the planner persona, which also creates real krill Task entities when a Milestone exists (M3/M4 FR1) and mints the bridging GitHub tracking issue (TODO(M4) for swimlane execution). Idempotent. Run after /krill-design:review (or /krill-design:loop-design-panel) approves the design, before /krill-work:implement. Also the right target for "just set up the board" / "create the tasks but don't start work" / "plan only".
Runs whole-system validation for a krill-work plan (fork of project-manager's validate) — dispatches system-validator to exercise the merged result in Tilt against the FeatureSet's Requirements (read live from krill), then routes any findings to planner for follow-up tasks.
MCP servers6
- url
- https://dev-mcp.krill.whalenet.dev/mcp/design
- url
- https://mcp.krill.whalenet.app/mcp/design
- url
- http://localhost:8084/mcp/design
- url
- https://dev-mcp.krill.whalenet.dev/mcp/spec
- url
- https://mcp.krill.whalenet.app/mcp/spec
- url
- http://localhost:8084/mcp/spec
Plugin manifests1
{
"name": "krill-work",
"description": "Work-axis krill plugin: MCP access to krill's spec surface plus the milestone/delivery-axis tools and create_task (M3, M4 FR1), plus planner/worker/validator/system-validator/mergepush personas and plan/implement/validate skills forked from project-manager. Swimlane execution (claim/heartbeat/complete/abandon/note, task dependencies, lane queries) still rides on GitHub Issues/Projects until krill's remaining M4 FRs ship -- see CONVENTIONS.md TODOs.",
"author": {
"name": "whale_net"
}
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[krill-work on Agent Plugins Marketplace](https://pluginsmp.com/plugins/krill-work)