# Cerebro Creation

> Implement focused Cerebro issues or PR follow-ups from Droid Create workflows.

- Skill: `writer/cerebro-creation-2` (Agent Skill)
- Install (CLI): `npx skillmds@latest add writer/cerebro-creation-2`
- Raw SKILL.md: https://api.skillmd.com/api/skills/writer/cerebro-creation-2/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: writer (https://skillmd.com/u/writer)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/writer/cerebro-creation-2

---


# Cerebro Creation

## Instructions

1. Read the triggering issue/PR, existing comments, reviews, and failing checks before editing.
2. Identify the smallest production-quality change that satisfies the request.
3. Match existing Go package boundaries, source connector patterns, and Makefile validation flow.
4. Add focused tests for new behavior or any bug fixed.
5. Run targeted tests first, then `make verify` when feasible.
6. Leave changes in the working tree; CI handles commit, push, and PR creation.

## Stop Conditions

- Stop if the request requires secrets, production access, or unclear external service behavior.
- Stop if the task would require merging PRs or pushing directly to the default branch.

