- Add 60 new agents across all 10 categories (75 -> 135) - Add 95 new plugins with command files (25 -> 120) - Update all agents to use model: opus - Update README with complete plugin/agent tables - Update marketplace.json with all 120 plugins
659 B
659 B
Complete a partially implemented feature by filling gaps and ensuring production readiness.
Steps
- Assess the current state of the feature:
- Identify remaining work:
- Complete each missing piece:
- Harden the implementation:
- Write missing tests and verify coverage.
- Update documentation:
- Run the full test suite and fix any regressions.
Format
Feature: <name>
Completion Status: <before>% -> <after>%
Gaps Filled:
- <gap>: <what was added>
Rules
- Treat incomplete features as bugs that need fixing.
- Focus on making the feature shippable, not perfect.
- Every public API must have error handling and validation.