feat: add missing agent personas, fix /lfg command, and cleanup CORA references#129
feat: add missing agent personas, fix /lfg command, and cleanup CORA references#129terry-li-hm wants to merge 8 commits intoEveryInc:mainfrom
Conversation
This aligns the Compound Engineering plugin with OpenCode and other platforms that strictly differentiate between standalone subagents and loaded skills. Added agents: - Design: frontend-design, gemini-imagegen - Docs: compound-docs - Workflow: agent-browser, brainstorming, create-agent-skills, file-todos, skill-creator, dspy-ruby
… and added verification script
|
Hi @kieranklaassen, I've consolidated my recent bug fixes (LFG typos, CORA cleanup) and missing agent personas into this single PR to prevent versioning conflicts. I've also done a full compliance pass to ensure all skill references use proper markdown links per |
|
Thanks! Will check all these out over the weekend! |
|
Closing this omnibus PR. The core change — adding agent personas for 9 skill-only components — I now believe is the wrong direction. See #156 for the reasoning: These components (frontend-design, brainstorming, compound-docs, agent-browser, etc.) work as skills. Adding agent personas makes them eager-loaded into every session's Task tool description, adding token overhead for all users on every API call. Skills are lazy-loaded and near-zero cost when idle. The better fix for workflows that try to spawn these as agents (e.g. The /lfg and CORA fixes in this PR were already addressed by #121 and #126 (both merged). The only remaining value was the agent personas, which #156 argues against. Apologies for the noise — my thinking evolved after living with the trim-based workaround and seeing the token impact firsthand. |
Summary
This PR combines several maintenance tasks and bug fixes into a single comprehensive update for the
compound-engineeringplugin:/lfgcommand for OpenCode users (fix: resolve legacy ralph-wiggum namespace typo in lfg command and converter #126).cora-test-reviewertotest-quality-reviewer(fix: remove remaining CORA references missed by #121 #127).README.md.CHANGELOG.mdwith full version history.Impact
/lfgautonomous workflow is now fully functional for OpenCode users.