Stats
Actions
Tags
From runway
One-time scaffolding of BACKLOG.md and a CLAUDE.md backlog section for projects that have neither. Called by add-to-backlog when BACKLOG.md is missing — not triggered directly from conversation.
How this skill is triggered — by the user, by Claude, or both
Slash command
/runway:bootstrap-backloghaikuThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Create BACKLOG.md with this content:
Create BACKLOG.md with this content:
# Backlog
Tracks future features, improvements, and known bugs. Items here are not committed work — they're candidates.
## Shipping a backlog item
1. Branch off `main` named for the target version (`vX.Y.Z`). Never commit directly to `main`.
2. Move the entry to CHANGELOG.md with a version block (date, classification, user-facing summary). Remove it from here.
3. Update docs where reality changed (README, CONTRIBUTING, etc.).
4. Pick the version by semver: feature → minor; bug / improvement / cleanup → patch; breaking → major.
5. Bump the version in whichever location CLAUDE.md documents (package.json, VERSION file, or CHANGELOG.md only).
6. Run the build as the correctness gate.
7. Commit and push the branch. Do not open a PR.
## Suggested execution order
- **Effort**: S = single turn, M = full session, L = multi-session
- **Value**: H = high user impact, M = moderate, L = polish / upkeep
### Features
No open feature items.
### Improvements
No open improvement items.
### Known issues
No open known issues.
### Limitations
No open limitations.
---
## Open
Then check CLAUDE.md:
# CLAUDE.md
## Working with the backlog
[BACKLOG.md](./BACKLOG.md) tracks proposed work. Items are candidates, not commitments.
When shipping a backlog item: branch off `main` as `vX.Y.Z`, move the entry to CHANGELOG.md, bump `version` in package.json, build, commit, push. Do not open a PR.
## Working with the backlog
[BACKLOG.md](./BACKLOG.md) tracks proposed work. Items are candidates, not commitments.
When shipping a backlog item: branch off `main` as `vX.Y.Z`, move the entry to CHANGELOG.md, bump `version` in package.json, build, commit, push. Do not open a PR.
Report which files were created or updated, then return to the caller.
Guides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.
npx claudepluginhub squalrus/runway --plugin runway