You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Updated planning-agent.md to include best uses, non-goals, review mode, and output format for plan reviews.
- Revised qa.md to add best uses, escalation criteria, and a new BDD mode for requirements-driven testing.
- Improved reviewer.md with best uses, escalation criteria, and a section for positive signals in code reviews.
- Expanded security.md to include best uses, escalation criteria, and a severity rubric for vulnerabilities.
- Removed test_generator.md as its functionality is integrated into qa.md.
- Consolidated cheatsheet.md to reflect updated agent roles and routing guidelines, emphasizing cost-awareness and model usage.
- Added setup.sh script for streamlined development environment setup, including symlinks and package installations.
- Updated cost-awareness.md to clarify model usage and decision-making guidelines for cost-effective development.
- Introduced personal-profile.md to capture communication, stack preferences, and evaluation criteria for tools and research.
Always-on rules in `skills/rules/` are symlinked into `.claude/rules/` -- they apply to every conversation automatically.
108
+
Always-on rules in `skills/rules/` are symlinked into `.claude/rules/` -- they apply to every conversation automatically. Personal preferences live in `skills/rules/personal-profile.md`.
109
109
110
110
On-demand commands in `skills/commands/` are invoked as slash commands:
111
111
-`/refactor-challenge` and `/trace-debug` -- Socratic tutors (guide, don't fix)
- Shell scripts should use `set -e` and follow existing patterns in `scripts/`
127
127
-`skills/rules/` is the single source of truth for always-on rules -- `.claude/rules/` files are symlinks. Edit files in `skills/rules/`, not `.claude/rules/`
128
128
-`opencode/aig_agents/` is the single source of truth for OpenCode agents -- `~/.config/opencode/agents/` is a symlink
129
-
- Agent model IDs use the `opencode/` prefix for Zen models (e.g., `opencode/gpt-5.4`)
129
+
- Agent model IDs use the `opencode/` prefix for Zen models (e.g., `opencode/minimax-m2.5-free`, `opencode/gemini-3.1-pro`)
130
130
-`skills/commands/` and `skills/plane/` are slash commands symlinked into `~/.claude/skills/`
131
131
-`.cursor/rules/` is maintained separately in `.mdc` format -- update when modifying standards in `skills/`
Agent configs live in [`opencode/aig_agents/`](opencode/aig_agents/). Rules live in [`skills/`](skills/) (symlinked into [`.claude/rules/`](.claude/rules/)) and [`.cursor/rules/`](.cursor/rules/).
101
+
`planning-agent` now includes plan review mode, `qa` now handles requirements-driven / BDD test generation, and `pickle-think` / `pickle-implement` provide a free first-pass lane on Big Pickle. The default OpenCode build lane in [`opencode.json`](opencode.json) now uses `MiniMax M2.5 Free`; `@engineer` remains the premium escalation path on Gemini 3.1 Pro. Agent configs live in [`opencode/aig_agents/`](opencode/aig_agents/). Rules live in [`skills/`](skills/) (symlinked into [`.claude/rules/`](.claude/rules/)) and [`.cursor/rules/`](.cursor/rules/).
0 commit comments