kanban

Automates a development Kanban loop using Node.js scripts and structured resources.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "kanban" with this command: npx skills add zhangyu528/kanban/zhangyu528-kanban-kanban

Skill: kanban

Automates a development Kanban loop using Node.js scripts and structured resources.

Structure

  • kanban/01-backlog/01-draft/ : Active requirement incubation area.

  • kanban/01-backlog/02-task/ : Staging area for "Frozen" requirements.

  • kanban/02-doing/[TaskName]/ : Active development.

  • kanban/03-test/[TaskName]/ : Verification stage.

  • kanban/04-done/[TaskName]/ : Finalized knowledge assets.

  • kanban/99-templates/ : Standard document templates (deployed from resources).

Core Commands

/kanban:init

  • Script Execution: Runs node ./scripts/init.js .

  • Baseline Initialization: If the project already has source code, the agent performs a manual scan and stores results in kanban/04-done/00-initial-baseline/ .

/kanban:spec <TaskName>

  • In-place Specification: Locates <TaskName>.md in kanban/01-backlog/01-draft/ .

  • Analysis & Rewrite: Polishes the content using the templates found in ./resources/templates/ .

  • Outcome: The draft file evolves into a professional specification.

/kanban:start <TaskName> [--yolo]

  • Validation: Ensures the file exists in kanban/01-backlog/02-task/ .

  • Setup: Creates the task folder in 02-doing/ and moves the PRD.

  • Design: Generates SSD.md (optional), TDD.md , and implementation_plan.md .

[Auto-Transition] Doing -> Test

  • Triggered on plan completion.

  • Summarizes changes and prepares VERIFICATION_REPORT.md .

  • Automatically moves the folder to kanban/03-test/ .

/kanban:fix <TaskName>

  • Reads ## Reported Issues from the test report.

  • Moves the folder back to 02-doing/ and injects fix steps into the plan.

/kanban:done <TaskName>

  • Validates the verification report.

  • Moves the task to 04-done/ and cleans up temporary files.

Resources

  • Templates are stored in ./resources/templates/ .

  • Automation scripts are stored in ./scripts/ .

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

letcairn.work

Project management for AI agents using markdown files. Install and use the cairn CLI to create projects, manage tasks, track status, and coordinate human-AI collaboration through a shared workspace of markdown files.

Registry SourceRecently Updated
1.3K0Profile unavailable
Coding

Mission Control

Kanban-style task management dashboard for AI assistants. Manage tasks via CLI or dashboard UI. Use when user mentions tasks, kanban, task board, mission con...

Registry SourceRecently Updated
5.4K7Profile unavailable
Coding

kanban

No summary provided by upstream source.

Repository SourceNeeds Review
Security

JARVIS Mission Control — Free AI Agent Coordination Hub

Set up JARVIS Mission Control v2.0.7 — a free, open-source AI agent coordination hub by MissionDeck.ai. Kanban board, real-time WebSocket updates, team chat,...

Registry SourceRecently Updated
1K4Profile unavailable