Agent lane operations lite
Skill Johnny-Martinez/fleet-of-one-free/skills/agent-lane-operations-lite
Free starter kit for running AI coding agents with proof gates, status badges, and lane discipline. MIT.
npx -y skills add Johnny-Martinez/fleet-of-one-free --skill agent-lane-operations-liteAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Lightweight lane discipline for running multiple AI agents in parallel without ownership conflicts or false done claims.
SKILL.md
1.4 KB, as published. Nobody here has run it
Agent Lane Operations Lite
Use this skill when work can be split across independent agents.
Lane Contract
Every lane gets:
- Clear ownership: files, routes, docs, or read-only scope.
- A status badge requirement.
- A no-revert rule for other people's work.
- A final report with changed paths, proof, blockers, and gaps.
When To Parallelize
Parallelize when tasks are independent:
- Read-only audits.
- Separate docs sections.
- Separate feature flags.
- Separate test/proof lanes.
Do not parallelize when lanes would write the same files, share a migration, depend on one unknown result, or require one irreversible approval.
Prompt Template
Lead your returned report with a Status Badge (🟢 DONE / 🟡 WORKING / 🔴 BLOCKED / ⚪ FYI).
Work in <repo path>.
You are not alone in the codebase; do not revert or rewrite edits by others.
Ownership: only <paths>.
Task: <specific outcome>.
No public publish. No external calls unless explicitly approved.
Final report: paths changed, proof run, remaining gaps.
Synthesis
After lanes report back:
- Read every lane report.
- Resolve conflicts before merging claims.
- Roll up one badge.
- Separate "implemented", "verified", and "still missing".