kanban-explore

Analyze a codebase to produce an exploration report and phased kanban tasks.

173|42|Updated Feb 20, 2026
One-click install
npx skills add https://github.com/cyanluna-git/cyanluna.skills --skill kanban-explore
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: kanban-explore
Source: https://github.com/cyanluna-git/cyanluna.skills/tree/main/kanban-explore
Command: npx skills add https://github.com/cyanluna-git/cyanluna.skills --skill kanban-explore

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill enables teams to perform pre-implementation exploration when the implementation direction is unclear, producing a direction report and a phased kanban plan that guides reliable decision making.

Core Features & Use Cases

  • Structured exploration: maps the codebase structure, entry points, dependencies, and patterns to reveal the current state.
  • Evidence-based directions: evaluates multiple implementation directions and anchors decisions to concrete code findings.
  • Phased task planning: seeds a kanban board with independent tasks and a final E2E test task to validate outcomes.
  • Use Case: when a problem is ill-defined or ambiguous and you need a concrete exploration plan before coding.

Quick Start

Provide a topic to explore and let the skill generate a structured exploration report plus phased kanban tasks.

Frequently Asked Questions about kanban-explore

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

FAQPage Schema
How do I plan implementation when the project direction is unclear?

Pre-implementation exploration resolves unclear project direction by mapping the codebase structure, entry points, and dependencies to produce an evidence-based direction report. This grounds your implementation decisions in concrete code findings rather than assumptions.

What is a phased kanban plan for pre-implementation codebase exploration?

A phased kanban plan breaks codebase exploration into independent tasks with assigned priority, level, and contextual notes, culminating in a final E2E test task. It transforms ambiguous problems into actionable, sequenced implementation steps.

How do I compare potential implementation directions using codebase evidence?

Comparing implementation directions involves analyzing codebase patterns, entry points, and dependencies to evaluate multiple paths against concrete findings. This produces a structured exploration report anchoring each direction to verifiable code evidence.

Does pre-implementation exploration generate E2E test tasks automatically?

Pre-implementation exploration generates a set of implementation tasks seeded into a kanban board, which includes a final E2E test task to validate outcomes. This ensures phased plans have built-in validation checkpoints.

When should I use a structured exploration report before coding?

Use a structured exploration report when a problem is ill-defined or ambiguous and you need a concrete plan before coding. It maps the current codebase state and compares implementation directions to guide reliable decision making.