popcorn-xp
Popcorn XP
Launch an XP pair-programming session. You (the lead) set up the team and step back. Teammates pair-program directly with each other via SendMessage. One driver edits, one navigator steers, they swap roles between tasks. Advice has teeth — OBJECTIONs block task completion.
Trigger
Activate when the user explicitly asks for a team-style workflow:
- "pair program on this"
- "run an XP session"
- "use subagents"
- "let a team of agents work this"
- "popcorn this task"
Do not activate for ordinary single-agent coding.
Role Roster
The plugin ships with agent definitions in agents/ that can be used as teammates. Pick 2-3 agents that match the task. Default to the core four for coding tasks; add specialists when the task calls for them.
More from mikewolfd/xp-popcorn-skill
popcorn-xp-protocol
Popcorn XP pair-programming protocol — core rules, advice lifecycle, session file formats, and integration notes for teammates in an XP session. Auto-loaded into popcorn-xp agents via the skills field. Native agents from other plugins should invoke this skill as their first action to load the protocol.
5code-review
Use when the user asks to review code changes, a PR, a diff, or a patch. Performs a structured, evidence-based code review producing a formal certificate with function traces, data flow analysis, invariant checking, edge case enumeration, and a verdict. Triggers on phrases like "review this PR", "review these changes", "code review", "review the diff", or "check this patch".
2