repo-harness-plan
SolidInteractive planning entrypoint for repo-local agentic development work. Produces an approved plan before implementation, and reviews an existing plan across product, engineering, design, and DevEx dimensions.
AI & Automation 397 stars
27 forks Updated yesterday MIT
Install
Quality Score: 90/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# repo-harness-plan
Canonical rule owner for plan creation and plan review. Router-only: shared
preflight, mode selection, and cross-mode boundaries. Mode protocol lives
under `references/`.
## Shared Preflight
1. Confirm the working repo with `pwd` or `git rev-parse --show-toplevel`.
2. Run `bun scripts/inspect-project-state.ts --repo <repo> --format text` when available.
## Mode Selection
- No plan exists yet, or the user wants a decision-complete plan for repo-harness workflow work -> `references/create.md`.
- A plan already exists and the user wants a review before implementation -> `references/review.md`.
## Boundaries
- Neither mode edits implementation files by default; review is fully read-only, and create may only capture a plan artifact through `repo-harness run capture-plan`.
- Does not run `repo-harness run plan-to-todo` from either mode; that requires explicit implementation approval handled outside this package.
Details
- Author
- Ancienttwo
- Repository
- Ancienttwo/repo-harness
- Created
- 4 months ago
- Last Updated
- yesterday
- Language
- TypeScript
- License
- MIT
Similar Skills
Semantically similar based on skill content — not just same category
Code & Development Solid
repo-harness-review
Reviews an existing repo-harness plan across product, engineering, design, and DevEx dimensions before implementation or release follow-through.
397 Updated yesterday
Ancienttwo AI & Automation Solid
repo-harness-product
Canonical rule owner for PRD drafting, Sprint planning/execution, and native Goal-session preparation from repo-harness planning artifacts.
397 Updated yesterday
Ancienttwo AI & Automation Solid
repo-harness-setup
Canonical rule owner for installing, migrating, upgrading, repairing, scaffolding, and capability-configuring the repo-harness workflow in a repository.
397 Updated yesterday
Ancienttwo