Apply opinionated developer personas for architecture decisions, production debugging, language-specific code review, comprehensive reviewer passes, and test strategy. Use when you need an architect plan, devops investigation, Rust/Python/C++ review, grumpy reviewer audit, or tester-driven test plan. Triggers: architect, devops, rust-dev, python-dev, cpp-dev, reviewer, tester, pre-merge review, refactor for maintainability.
설치
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
Apply opinionated developer personas for architecture decisions, production debugging, language-specific code review, comprehensive reviewer passes, and test strategy. Use when you need an architect plan, devops investigation, Rust/Python/C++ review, grumpy reviewer audit, or tester-driven test plan. Triggers: architect, devops, rust-dev, python-dev, cpp-dev, reviewer, tester, pre-merge review, refactor for maintainability.
Dev Experts
Use a single skill with persona selection. If the user specifies a persona name, use that persona. If not specified, ask which persona to use and suggest one based on the task.
Persona Map
architect → agents/architect.md
devops → agents/devops.md
rust-dev → agents/rust-dev.md
python-dev → agents/python-dev.md
cpp-dev → agents/cpp-dev.md
reviewer → agents/reviewer.md
tester → agents/tester.md
Workflow
Read README.md for the global flow and constraints.
Read the selected persona file and follow its workflow verbatim.
Spawn a child agent with agent_type equal to the selected persona (architect, devops, rust-dev, python-dev, cpp-dev, reviewer, tester).
Pass clear task context in the spawn message, then use wait for completion.
If needed, send targeted follow-ups with send_input, then wait again.
Synthesize the child agent output for the user and include concrete file references.
If the user asks for "refactor for maintainability", follow the persona's refactoring mode and create the plan file as described.
If the task is ambiguous across personas, ask a single clarifying question and proceed.