planning-with-files-ext

Generate Cursor rules, hooks, and plan templates into new projects.

Updated Mar 18, 2026
One-click install
npx skills add https://github.com/sunzhk/shared-skills --skill planning-with-files-ext
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: planning-with-files-ext
Source: https://github.com/sunzhk/shared-skills/tree/main/planning-with-files-ext
Command: npx skills add https://github.com/sunzhk/shared-skills --skill planning-with-files-ext

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

planning-with-files-ext provides a ready-to-use file-based planning workflow to land a complete planning scaffold into new projects, generating Cursor rules, hooks, and plan templates.

Core Features & Use Cases

  • Generate Cursor rules, hooks, and plan templates in doc/plans for new projects.
  • Support two-level path ids (parent or parent/child), SUB_ACTIVE and effective_dir resolution, and multi-plan workflows.
  • Real-world scenario: onboarding a new repository with a ready-made planning scaffold to accelerate delivery.

Quick Start

Run bootstrap.sh in this skill directory to bootstrap planning-with-files-ext into your target project.

Frequently Asked Questions about planning-with-files-ext

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

FAQPage Schema
How do I set up a planning workflow for a new project repository?▼

A file-based planning workflow creates structured plan files alongside your code to enforce validation, safety checks, and dry-run readiness. This approach manages multi-plan scenarios and evolving templates during project onboarding.

Can I manage multiple plans in the same repository using this workflow?▼

Yes, you can manage multiple plans in the same repository using this workflow. It supports multi-plan scenarios with two-level path ids, SUB_ACTIVE resolution, and effective_dir resolution to organize evolving plan templates across directories.

Does this planning template generator work with Cursor rules and hooks?▼

Yes, this planning template generator works directly with Cursor by generating Cursor rules and hooks. It implements constraints and checks to ensure validation, safety checks, and dry-run readiness for your new project onboarding.

What are the limitations of a file-based planning workflow for project onboarding?▼

A limitation of this file-based planning workflow is that it relies on a specific directory structure, generating plan files in doc/plans. It is designed specifically for new project onboarding and evolving plan templates across repositories rather than existing complex architectures.