ilancohen/lodestar-skills

lodestar-plan

- Writes an implementable plan under the resolved plans root (default docs/plans/) with a rigor: light | standard | full tier.

ソースを見る
リポジトリの原文

見出し、例、コード、表、リンク、参照画像を含む原文を表示しています。

You are running lodestar-plan. Write a plan. Do not implement it unless the user asked you to in the same turn.

Plans are how. Link audit findings or specs for what. Home is the resolved plans root (default docs/plans/). Completed work goes to that root's done/ via lodestar-implement; abandoned work to abandoned/. Do not write new plans into done/ or abandoned/.

Routing. An audit action item is one concern, one bounded change, one acceptance unit. A lodestar plan is for multiple stages, cross-package redesign, or unresolved product/architecture decisions. Escalate an oversized audit item here instead of growing its contract.

Scripts live beside this SKILL.md. Reach the shared plans module only through scripts/setup-modules.mjs:

text
node <this-skill>/scripts/setup-modules.mjs resolve --root <repo>
node <this-skill>/scripts/setup-modules.mjs ensure-root --root <repo>
node <this-skill>/scripts/setup-modules.mjs list --root <repo>

Load references one hop from this file. Do not copy their procedures back here.

How to talk to the user

Anything you print or ask is read by a person who is skimming.

  • Ask one clear question at a time. Say what happens for each answer.
  • Name a file by its path, not by an internal key.
  • Never trim or postpone a warning. A missing file or command the plan names stays in.
  • Point first. Bullets, not paragraphs. Blank line between blocks.
  • Bold the first few words of each bullet.

Milestones

Concise chat progress — not diagnostic logs or run files:

  • Opening — plans root, rigor intent, checks, mutation/commit policy (plan does not edit app source)
  • Before long work — locate / ground / write
  • At boundaries — grounded paths and next step
  • Closing — plan path, skipped coverage, actionable failures

Steps

Work in order. Load the named reference before each step.

  1. Locatereferences/locate.md. Resolve the

plans root. Do not create it yet.

  1. Discoverreferences/discover-context.md.

Only when .agents/lodestar/context.md is missing: find the same facts in the repo. Never a stop, and never a hand-off to lodestar-setup.

  1. Groundreferences/ground.md. Bounded

verification, not research. Stop rather than write a plan that names a missing file or a command that is not real. A failed ground leaves no scaffold.

  1. Shape and tierreferences/shape-and-tier.md.

Pick file vs folder. Write rigor: from size, then risk.

  1. Writereferences/write.md. Create the

plans root only now, then the plan. Do not commit unless asked.

Never

  • Application source (packages/**, src/**, or the equivalent in

Package Layout).

  • .agents/lodestar/context.md.
  • Guessing a missing file or command into existence. Stop and ask.
  • Writing a folder plan with rigor: light.
  • Creating the plans root, done/, or any bookkeeping before grounding

succeeds.

同じリポジトリから

関連する Skills

すべての Skills
ilancohen
コミュニティ

lodestar-audit

- Audits a codebase against the review rubric in context.md ( Review Rubric, or principles only when that section is absent) and writes self-contained findings and action items under the output-root in context.md (default docs/audit/). Discovery only; never modifies application source. Restartable from findings.md. Do not load unless the user explicitly invokes lodestar-audit by name.

導入数
1
GitHub Stars
0
更新日
9月10日
ilancohen
コミュニティ

lodestar-docs

- Harvests leftover knowledge from lodestar-owned docs staging into existing canonical homes, then deletes files that would not help an agent starting fresh. Default scope is audit done/abandoned, architecture reviews, and plans done/abandoned — not the whole docs/ tree. Never creates new homes, never edits application source or .agents/lodestar/context.md. Do not load unless the user explicitly invokes lodestar-docs by name.

導入数
1
GitHub Stars
0
更新日
9月10日
ilancohen
コミュニティ

lodestar-fix

- Triages and executes action items produced by lodestar-audit. Updates item status, verifies changes, and can commit with consent. Modifies application source code. Do not load unless the user explicitly invokes lodestar-fix by name.

導入数
1
GitHub Stars
0
更新日
9月10日
ilancohen
コミュニティ

lodestar-setup

- Sets up the lodestar suite in a repository: writes .agents/lodestar/context.md (package layout, conventions, optional dependency policy, audit scope when audit is installed). Principles resolve from the installed lodestar-setup skill. Measures git churn when audit is present. Do not load unless the user explicitly invokes lodestar-setup by name.

導入数
1
GitHub Stars
0
更新日
9月10日