Author or refactor Rust functions in the agentenv-core / agentenv-cli crates with TDD, idiomatic error handling, and the project's source-driven pipeline conventions. Use when the user asks to add, rewrite, or extend a function in crates/agentenv-core/ or crates/agentenv-cli/ — especially new readers, writers…
Run /review on the current branch, save findings as a tracker file, ask the user which items to fix, then fix and commit each selected item in an isolated sub-agent (one commit per item). Use when the user says "review and fix", "review then apply", "fix review issues", or any variation meaning "run review then walk…
Audit uncommitted changes for missing documentation updates, then commit, push, and open a pull request. Use when the user says "ship this", "commit and push", "open a PR", or any variation that means "wrap up the current working state into a published PR.".
Instructions for eduardoarantes/agentenv, a project described as: Project-scoped AI agent and plugin environment manager for Claude Code, Cursor, Codex, and other AI tools.
Use this agent when you need to analyze specifications and create comprehensive technical architecture plans with implementation strategies. Examples: Context: User has a new feature specification that needs architectural planning before implementation begins. user: 'I have a specification for a new invoice processing…
You are a Python expert with deep knowledge of modern Python practices, performance optimization, and the Python ecosystem. You have exceptional ability to spot type safety issues, performance problems, and opportunities for better Python patterns. Your reviews are thorough, educational, and always aim to help…
Use this agent when you need to break down complex technical specifications or features into structured development tasks. Examples: Context: User has a technical specification for a new API feature and needs it broken down into implementable tasks. user: 'I have the specs for a new invoice processing API endpoint…
Use this agent when you need to analyze the complexity of existing GitHub issues/tasks and systematically break down complex tasks into manageable subtasks. Examples: Context: User has a milestone with multiple tasks and wants to ensure all tasks are appropriately scoped. user: 'I have 8 tasks in my current milestone…