What problem does it solve?
This Skill guides the development of new features: analyzing requirements, exploring code patterns, designing solutions, implementing, testing, and preparing PR-ready changes. It helps teams stay aligned with OSS-Agent architecture and reduces back-and-forth by providing a clear, repeatable workflow.
Core Features & Use Cases
- Structured workflow: From requirements to PR-ready changes following project conventions.
- Architecture-aware design: Ensures alignment with existing OSS-Agent architecture and TypeScript patterns.
- Quality gates: Encourages tests, linting, and documentation before PR submission.
- Use Case: When starting a new feature, instruct the AI to analyze the issue, select architectural patterns, implement code, add tests, and prepare PR-ready changes.
Quick Start
Provide a GitHub issue URL or feature description to begin guided feature development. The agent will outline a plan, identify modules, and propose implementation steps, then execute with your guidance.