with one click
developer
Orchestrate research, planning, implementation, and verification.
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Orchestrate research, planning, implementation, and verification.
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
Search, read, and send emails via Apple Mail IPC. No TCC issues.
Structured code review with SOLID, security, and quality checks.
Systematic root cause analysis — find the cause before fixing.
Secure coding patterns and security scanning tools.
Fetch version-specific documentation and code examples.
Advanced history manipulation, recovery, and diagnostics.
| name | developer |
| description | Orchestrate research, planning, implementation, and verification. |
| needs | ["git","filesystem","context7","verification"] |
Follow this rigorous loop for any non-trivial step.
Gather context before proposing changes.
filesystem to find relevant files and imports.grep to understand data flow and symbol usage.context7 for external libraries.git to see how code evolved.Define the "What" and "How" before implementation.
Execute minimal, verified changes.
filesystem for surgical edits.Apply the verification workflow.