plan

Draft structured repo-local plans and generate linked CSV issue references.

Updated Jan 9, 2026
One-click install
npx skills add https://github.com/bnufw/lear_by_ai --skill plan-bnufw
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: plan
Source: https://github.com/bnufw/lear_by_ai/tree/main/.codex/skills/plan
Command: npx skills add https://github.com/bnufw/lear_by_ai --skill plan-bnufw

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Draft structured repo-local plans and associated issue contracts for a project, reducing ambiguity and aligning team expectations.

Core Features & Use Cases

  • Plan drafting: generate structured plan documents from a standard template.
  • Plan-to-CSV linkage: automatically reference a matching issues CSV file for tracking tasks.
  • Workflow automation: save plans under plan/ with timestamped filenames and optional body templates.

Quick Start

Draft a plan for the current repository using the plan skill template and save it to plan/.

Frequently Asked Questions about plan

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

FAQPage Schema
How do I generate structured markdown plans for a GitHub repository?

To generate structured markdown plans for a GitHub repository, use the plan skill to draft plan bodies from a standard template and save them under the plan/ directory with timestamped filenames. It enforces frontmatter fields and consistent naming for project alignment.

What is the best way to link a markdown project plan to a CSV issue tracker?

Linking a markdown project plan to a CSV issue tracker is done by generating a matching issues CSV file that references the drafted plan. The workflow automatically creates these CSV issue references to track tasks directly alongside your plan documents.

Can I use a standard template to draft repo plans and enforce frontmatter fields?

Yes, you can use a standard template to draft repo plans while enforcing required frontmatter fields. The skill applies template-based plan bodies and performs basic validation through provided scripts to ensure consistent document structure.

Does the plan skill require any external dependencies to save files under the plan/ directory?

The plan skill requires no external dependencies to save files under the plan/ directory and generate issue contracts. It operates independently using provided scripts and assets to draft and validate your project plans.

Why should I use repo-local plans instead of manually tracking project issues?

Using repo-local plans instead of manually tracking issues reduces ambiguity and aligns team expectations by drafting structured plan documents and associated issue contracts. This approach enforces consistent naming and frontmatter validation for reliable tracking.