This project uses bd (beads) for issue tracking. Run bd onboard to get started.
Quick Reference
bd ready # Find available work
bd show <id> # View issue details
bd update <id> --status in_progress # Claim work
bd close <id> # Complete work
bd sync # Sync with git
Landing the Plane (Session Completion)
When ending a work session, you MUST complete ALL steps below. Work is NOT complete until git push succeeds.
MANDATORY WORKFLOW:
File issues for remaining work - Create issues for anything that needs follow-up
Run quality gates (if code changed) - Tests, linters, builds
Update issue status - Close finished work, update in-progress items
PUSH TO REMOTE - This is MANDATORY:
git pull --rebase
bd sync
git push
git status # MUST show "up to date with origin"
Clean up - Clear stashes, prune remote branches
Verify - All changes committed AND pushed
Hand off - Provide context for next session
CRITICAL RULES:
Work is NOT complete until git push succeeds
NEVER stop before pushing - that leaves work stranded locally
NEVER say "ready to push when you are" - YOU must push
If push fails, resolve and retry until it succeeds
1---2name: 075-agents-bf83e48f3description: Agent Instructions4---5# Agent Instructions67This project uses **bd** (beads) for issue tracking. Run `bd onboard` to get started.89## Quick Reference1011```bash12bd ready # Find available work13bd show <id> # View issue details14bd update <id> --status in_progress # Claim work15bd close <id> # Complete work16bd sync # Sync with git17```1819## Landing the Plane (Session Completion)2021**When ending a work session**, you MUST complete ALL steps below. Work is NOT complete until `git push` succeeds.2223**MANDATORY WORKFLOW:**24251. **File issues for remaining work** - Create issues for anything that needs follow-up262. **Run quality gates** (if code changed) - Tests, linters, builds273. **Update issue status** - Close finished work, update in-progress items284. **PUSH TO REMOTE** - This is MANDATORY:29 ```bash30 git pull --rebase31 bd sync32 git push33 git status # MUST show "up to date with origin"34 ```355. **Clean up** - Clear stashes, prune remote branches366. **Verify** - All changes committed AND pushed377. **Hand off** - Provide context for next session3839**CRITICAL RULES:**40- Work is NOT complete until `git push` succeeds41- NEVER stop before pushing - that leaves work stranded locally42- NEVER say "ready to push when you are" - YOU must push43- If push fails, resolve and retry until it succeeds44
Run npx skillmds@latest add tools-only/075-agents-bf83e48f in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
Agent Instructions It is listed under AI & ML on SkillMD.
This skill has not completed SkillMD's automated safety review yet. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
tools-only (@tools-only) published this skill. Their other Agent Skills are listed on their SkillMD profile.