One-click install
npx skills add https://github.com/siriwatknp/jun-cc --skill working-on-plans
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: working-on-plans
Source: https://github.com/siriwatknp/jun-cc/tree/main/skills/working-on-plans
Command: npx skills add https://github.com/siriwatknp/jun-cc --skill working-on-plans

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill translates a project plan or task list into a structured execution workflow, enabling seamless transformation of high-level intentions into concrete steps.

Core Features & Use Cases

  • Plan ingestion and context setup: Convert a plan into a working context and establish scope.
  • Mismatch detection: Compare planned work against the codebase to surface deviations for review.
  • Phased task execution: Execute tasks phase-by-phase, with options to pause for review and approval.
  • Plan updates and commit prompts: Sync progress back to the plan and prompt for confirmation before committing changes.

Quick Start

Provide a project plan or task list to begin the work breakdown, identify mismatches, and drive phased execution.

Frequently Asked Questions about working-on-plans

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

FAQPage Schema
How do I turn a project plan into a structured execution workflow?

To turn a project plan into a structured execution workflow, ingest the task list to establish context, detect codebase mismatches, and execute phases step-by-step with user confirmation prompts before syncing progress back to the plan.

What is the best way to execute project tasks phase-by-phase with review pauses?

Phased task execution breaks work into sequential stages, pausing after each phase to prompt for user review and approval before proceeding to the next step and syncing progress updates back to the plan.

How do I detect mismatches between a planned task list and the current codebase?

Mismatch detection compares plan-provided data against the existing codebase to surface deviations, requiring review before proceeding with the structured execution workflow to ensure alignment between planned work and actual project state.

Do I need additional project management software for plan-to-action conversion?

No additional project management software is required for plan-to-action conversion. The workflow relies entirely on plan-provided data, orchestrating context gathering, mismatch identification, and phased execution internally without external dependencies.

When should I use a phased delivery workflow for task execution?

Use a phased delivery workflow for task execution when your project requires context gathering, mismatch identification against a codebase, and step-by-step user confirmation prompts before committing changes and updating the original plan.

Why is my project plan not aligning with the actual codebase during execution?

Project plan misalignment during execution occurs when planned work deviates from the codebase. The mismatch detection feature surfaces these deviations for review before continuing the phased task execution workflow.