plan-large-scale

Coordinate planning and tracking of large-scale features across multiple subsystems.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/SYUNTA99/NS-ENGINE --skill plan-large-scale
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: plan-large-scale
Source: https://github.com/SYUNTA99/NS-ENGINE/tree/main/.claude/skills/plan-large-scale
Command: npx skills add https://github.com/SYUNTA99/NS-ENGINE --skill plan-large-scale

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Coordinate planning and tracking of large-scale features across multiple subsystems to ensure structured delivery.

Core Features & Use Cases

  • Two-layer planning workflow with a persistent planning layer (.claude/plans) and an execution layer (.claude/plans/current) to manage investigations, subplans, and progress.
  • Structured subplan creation, investigation, and progress tracking for complex software initiatives.
  • Guidance for breaking down big features into manageable tasks with traceable findings and decisions.

Quick Start

Follow the two-layer workflow to initialize current as the investigation workspace and create planning files under .claude/plans/<feature>.

Frequently Asked Questions about plan-large-scale

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

FAQPage Schema
How do I plan and track large-scale software features across multiple subsystems?

To coordinate large-scale features, use a two-layer workflow with a persistent planning layer (.claude/plans) for investigations and subplans, plus an execution layer (.claude/plans/current) to manage staged implementation and track progress across subsystems.

What is the best way to break down big software features into manageable tasks?

Breaking down big features involves creating structured subplans and investigation milestones. By maintaining traceable findings and decisions in a dedicated planning workspace, you can decompose complex initiatives into manageable, staged implementation tasks.

When do I need a structured workflow for software engineering feature delivery?

A structured feature delivery workflow is needed when projects involve new files, module changes, or API alterations requiring coordinated plans. It manages investigation findings and staged implementation to ensure structured delivery across multiple subsystems.

How do I initialize a planning workspace for complex software initiatives?

Initialize the planning workspace by creating the execution layer as the investigation workspace (.claude/plans/current) and generating planning files under .claude/plans/<feature>. This separates persistent plans from active execution tracking.

Can I track investigation findings and decisions separately from active implementation tasks?

Yes, the two-layer workflow separates persistent planning from active execution. The persistent planning layer (.claude/plans) stores investigation findings and decisions, while the execution layer (.claude/plans/current) manages active subplan progress.

What are the limitations of using a two-layer planning workflow for software orchestration?

The two-layer planning workflow is designed for large-scale features requiring new files, module changes, or API alterations. It may be excessive for simple, single-file modifications or minor updates that do not require coordinated plans or investigation milestones across subsystems.