scope

Create kanban board files from interactive project scoping conversations.

Updated Mar 20, 2026
One-click install
npx skills add https://github.com/KevounC/claude-kanban --skill scope-kevounc
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: scope
Source: https://github.com/KevounC/claude-kanban/tree/main/.claude/skills/scope
Command: npx skills add https://github.com/KevounC/claude-kanban --skill scope-kevounc

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the process of scoping new work and setting up kanban boards, ensuring a structured approach to project planning and management.

Core Features & Use Cases

  • Interactive Discovery: Engages in a conversation to understand the scope of new work.
  • Board Creation: Automatically generates or updates kanban boards based on the scope.
  • Pipeline Selection: Offers to categorize work into predefined pipelines (feature, refactor, generic).
  • Item Management: Organizes tasks into lanes and manages dependencies.
  • Use Case: When starting a new feature, the skill can help you define the scope, create a board, and set up the initial tasks.

Quick Start

To scope a new feature, simply run the command: /scope "new feature description".

Frequently Asked Questions about scope

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

FAQPage Schema
How do I scope new work and set up a kanban board automatically?

To scope new work and set up a kanban board, run the `/scope` command with a feature description. The skill engages in interactive discovery to define the project scope and automatically generates the corresponding board files.

What is interactive discovery for project scoping?

Interactive discovery for project scoping is a conversational process used to understand new work requirements. It engages the user to define the scope before automatically categorizing tasks into pipelines and setting up the kanban board.

Can I categorize tasks into predefined pipelines during board creation?

Yes, you can categorize tasks into predefined pipelines during board creation. The skill offers pipeline selection for features, refactors, or generic work items, organizing them into lanes while managing dependencies.

Do I need any external dependencies to generate kanban board files?

No external dependencies are required to generate kanban board files. The skill handles file system operations natively, requiring only runtime tag matching and YAML parsing to output the board structure.

What is the best way to manage task dependencies in a new project?

The best way to manage task dependencies in a new project is using automated board creation. The skill organizes tasks into lanes and manages their dependencies automatically after the project scope is defined.

Does scope work with YAML parsing for board setup?

Yes, scope uses YAML parsing for board setup. It relies on runtime tag matching and YAML parsing during file system operations to generate the kanban board files based on the defined work scope.