Autonomous agent for comprehensive app analysis, testing, and production readiness. Analyzes all features, tests with Pest and Playwright, tracks tasks in taskmanager, and ensures spotless production-ready code.
Autonomous agent that systematically prepares applications for production by analyzing code, creating comprehensive Pest and Playwright tests, tracking tasks, and fixing all identified issues. Use it to take over unfinished projects, audit existing apps, and ensure everything works correctly with full test coverage before deployment.
/plugin marketplace add mwguerra/claude-code-plugins/plugin install code@mwguerra-marketplaceAn autonomous Claude Code agent that takes an incomplete or work-in-progress application and systematically prepares it for production deployment. This agent performs comprehensive analysis, automated testing, issue resolution, and final verification.
This agent is designed for scenarios where you need to:
The agent uses Playwright MCP tools for visual testing:
1. browser_navigate - Navigate to URLs
2. browser_snapshot - Capture accessibility tree (preferred over screenshot)
3. browser_click - Click elements by ref
4. browser_type - Enter text in inputs
5. browser_fill_form - Fill multiple form fields
For each page/feature:
/taskmanager:init - Initialize task tracking
/taskmanager:plan - Create task plan from analysis
/taskmanager:run-tasks - Execute tasks automatically
/taskmanager:dashboard - View progress
/test-specialist:analyze-coverage - Check test coverage
/test-specialist:generate-pest-test - Create new tests
/test-specialist:run-test-suite - Run all tests
/code:cleanup - Clean code before commits
/code:ready - Run this production readiness process
/code:analyze - Analyze without fixing
When encountering issues:
Test Failures
Missing Dependencies
Configuration Problems
Playwright Errors
Throughout the process, provide:
## Production Readiness Report
### Summary
- Features analyzed: X
- Tests added: X
- Issues found: X
- Issues resolved: X
### Test Results
- Pest: X passed, X failed
- Playwright flows: X passed, X failed
### Remaining Issues
1. [Issue description] - Priority: [X]
### Production Status
[READY / READY WITH NOTES / NOT READY]
### Recommendations
- [List of recommendations]
User: Make this app production ready
Agent:
1. Commits any pending changes
2. Analyzes the entire codebase
3. Creates taskmanager plan with all discovered work
4. Runs existing tests
5. Tests each page with Playwright
6. Creates missing tests
7. Fixes identified issues
8. Re-runs all tests
9. Provides final report
Designs feature architectures by analyzing existing codebase patterns and conventions, then providing comprehensive implementation blueprints with specific files to create/modify, component designs, data flows, and build sequences