teamboard
SolidShared team board: claim a work item before starting, hand it over, finish it. The claim is a git-ref lock, so two people cannot take the same item.
Install
Quality Score: 81/100
Skill Content
Details
- Author
- byerlikaya
- Repository
- byerlikaya/claude-starter-kit
- Created
- 2 months ago
- Last Updated
- today
- Language
- Shell
- License
- MIT
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
chat-recall-tasks
Work the shared chat-recall task board — the cards a team and its agents pick up, claim and close. Use when the user says "what are my open tasks", "what's on the team's plate", "create a task for…", "assign this to…", "mark that done", "leave a note on that card", "what is my team working on", or asks you to START working on something from the board. Also owns what the board files automatically — "stop filing low-priority cards", "only file security findings". Claiming and closing a card have required evidence; this skill covers that protocol.
board
Read and write the workspace BOARD.md (shared task board for agents + Val). Wraps `bin/board`, a small Python CLI that preserves the markdown schema and appends to the activity log automatically. Use this whenever an agent proposes, claims, or finishes work that should be visible to the rest of the roster.
claim
Claim the next task from the shared list and start working on it — creates the branch and reads the spec. Use when starting work, when the user says "next", "what should I work on", "pick up a task", or at the start of a session where you hold nothing.