# Babysit Prs

> Use when working the task board for one pass, normally from inside a self-paced /loop, or when checking whether anything on the board can move without the owner.

- **Type:** Skill
- **Install:** `agentstack add skill-brittanyellich-loop-board-babysit-prs`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [brittanyellich](https://agentstack.voostack.com/s/brittanyellich)
- **Installs:** 0
- **Category:** [Agent Skills](https://agentstack.voostack.com/c/agent-skills)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [brittanyellich](https://github.com/brittanyellich)
- **Source:** https://github.com/brittanyellich/loop-board/tree/main/skills/babysit-prs

## Install

```sh
agentstack add skill-brittanyellich-loop-board-babysit-prs
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

Do one pass of the board.

The rules are in `/protocol.md`. Read it every pass; it changes.
What varies per person and per repo is `/setup.md`. Read it every pass too.
The board is the notes in `/tasks/`, one note per task, `status` in frontmatter.
What the process has learned is `/memory.md`. Read it every pass.

Follow the protocol exactly, including the pass order and the stop condition. Where the protocol and
this file disagree, the protocol wins.

Read every note's frontmatter. Open the body only for notes you're going to act on — `Done` and
`Backlog` are skipped entirely, and they will outnumber everything else within a couple of weeks.

Three things the protocol relies on that are yours to enforce:

- Dispatch every piece of code work to the `task-worker` subagent. You read the board, run the forge
  CLI, and write frontmatter. You do not edit code, and you do not touch the repository working tree.
- You are the only writer to the board and to `memory.md`. Workers report back to you and you record
  it. Never ask a worker to write a task note or a memory entry.
- Every dispatch opens with a `## Memory` block: `## Preferences`, `## Patterns to avoid`, and the
  `## Codebase` entries tagged for that repo. Not the other repos' entries, and not `## Retired`.
  Include the project commands from `setup.md` in the dispatch too — a worker can't run checks it
  hasn't been told about.

Each `task-worker` returns a `RESULT:` block. Map it:

- `RESULT: pr` — record `pr` and `files_changed`, set `status: Agent Finished`, set `status_since`
- `RESULT: question` — copy `NOTE` verbatim into `question`, set `status: Needs Input`, set
  `status_since`
- `RESULT: blocked` — leave the status alone, say what's blocked in one line, move on
- `MEMORY:` — hold the lines for step 7. Don't write them as they arrive; the thresholds, the caps,
  and the graduation rule all need the whole pass in front of you.

At step 7, update `memory.md` by the rules under Memory in the protocol, from the four sources the
pass already read: worker `MEMORY:` lines, the newest changes-requested blocks, review findings, and
any `answer` that got filled in. Merge before adding, evict only when a section is at its cap, and
skip anything below its threshold. Check each section against its cap before and after. A pass that
records nothing is the normal case.

Finish the pass with one line: what moved, and what you're waiting on. Add a second line only if
memory changed, saying what you learned, dropped, or graduated.

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [brittanyellich](https://github.com/brittanyellich)
- **Source:** [brittanyellich/loop-board](https://github.com/brittanyellich/loop-board)
- **License:** MIT

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-brittanyellich-loop-board-babysit-prs
- Seller: https://agentstack.voostack.com/s/brittanyellich
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
