ki-plan

Automate plan creation, execution, closure, and status tracking in code repositories.

Updated May 29, 2026
One-click install
npx skills add https://github.com/knowledgeislands/ki-agentic-harness --skill ki-plan
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ki-plan
Source: https://github.com/knowledgeislands/ki-agentic-harness/tree/main/skills/ki-plan
Command: npx skills add https://github.com/knowledgeislands/ki-agentic-harness --skill ki-plan

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill streamlines the planning lifecycle of a code repository, automating the creation, execution, and closure of plans, and providing a status overview.

Core Features & Use Cases

  • Lifecycle Management: Automates the entire plan lifecycle: new, execute, done, and status.
  • Plan Creation: Writes and formats plan files for new plans.
  • Plan Execution: Executes the steps of a plan and marks them as completed.
  • Plan Closure: Closes out completed plans and syncs with the ROADMAP.
  • Status Overview: Provides a quick overview of active plans.
  • Use Case: With this Skill, developers can easily create a new plan for a feature, execute its steps, and mark it as done without leaving their code editor.

Quick Start

Create a new plan for a new feature with 'ki-plan new feature development <title>'.

Frequently Asked Questions about ki-plan

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

FAQPage Schema
How do I automate the plan lifecycle in a code repository?

To automate the plan lifecycle in a code repository, you can use this Skill to manage new plan creation, execution, closure, and status tracking. It writes formatted plan files directly to your repository's docs/plans/ directory.

Can I create and track new feature plans without leaving my code editor?

Yes, you can create and track new feature plans directly in your code editor. By running the new plan command, this Skill formats and writes the plan files into your repository, allowing you to execute steps and mark them as done in place.

How do I manage project plans and sync them with a ROADMAP?

To manage project plans and sync them with a ROADMAP, this Skill automates plan closure to close out completed plans. It provides a structured approach to ensure your project planning lifecycle stays aligned with your repository's roadmap.

Do I need a specific configuration file to manage project plans in a code repository?

Yes, managing project plans requires interaction with a .ki-config.toml configuration file. You also need the ability to write to the repository's docs/plans/ directory to store and execute your project plans.

What's the best way to get a status overview of active development plans?

The best way to get a status overview of active development plans is to use the status tracking feature. This Skill provides a quick overview of all active plans currently managed within your code repository's lifecycle.

How does code repository plan automation work for execution and closure?

Code repository plan automation works by executing the defined steps of a plan and marking them as completed. Once execution is finished, the automation handles plan closure and syncs the updated status directly with your repository's ROADMAP.