coordinating-as-kusanagi

Coordinate task distribution and execution scheduling for a Tachikoma team using PO directives.

2|2|Updated Feb 9, 2017
One-click install
npx skills add https://github.com/sumik5/dotfiles --skill coordinating-as-kusanagi
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: coordinating-as-kusanagi
Source: https://github.com/sumik5/dotfiles/tree/main/claude-code/skills/coordinating-as-kusanagi
Command: npx skills add https://github.com/sumik5/dotfiles --skill coordinating-as-kusanagi

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill defines how to coordinate tasks, manage dependencies, and communicate worktree details between PO, Manager, and Developer Agents.

Core Features & Use Cases

  • Task breakdown: Transform PO strategy into executable tasks.
  • Dependency management: Analyze and sequence tasks for parallel or staged execution.
  • Communication protocol: Clear handoff to developers with worktree details.

Quick Start

Prepare a task distribution blueprint for a small feature.

Frequently Asked Questions about coordinating-as-kusanagi

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I break down a complex project strategy into executable tasks?

Task breakdown transforms a high-level strategy into discrete, sequenced work units. Identify dependencies between tasks, determine which can run in parallel, and create a staged execution plan. This approach clarifies workload distribution and prevents bottlenecks before work begins.

What's the best way to identify task dependencies and parallelize work?

Dependency analysis maps which tasks block others and which can execute simultaneously. By identifying critical paths and independent work streams, you can schedule parallel execution where possible and staged execution where tasks are sequenced. This maximizes team throughput.

How do I coordinate task distribution across multiple team members?

Task coordination establishes a clear handoff protocol: decompose work into independent units, assign ownership with explicit task scope, and communicate worktree details and dependencies to each team member. This ensures aligned execution without overlap or gaps.

Can I use task coordination for projects with strict non-implementation governance?

Yes. Task coordination operates at the planning and delegation layer without modifying code or activating developer tools. It enforces governance by keeping strategy, decomposition, and scheduling separate from implementation execution.

What should I do after creating a task distribution plan?

After generating the task plan, hand off explicit worktree assignments and dependency information to developers. Monitor execution progress, surface blockers, and adjust scheduling if dependencies resolve earlier or later than projected.