What problem does it solve?
This Skill fully automates the entire software development lifecycle within TogetherOS, from creating a feature branch to submitting a verified Pull Request. It eliminates manual steps, reduces human error, and ensures adherence to project conventions, allowing developers to focus on higher-level design and problem-solving.
Core Features & Use Cases
- End-to-End Automation: Handles branch creation, continuous testing, build with auto-retry, committing, pushing, and PR creation.
- Convention Enforcement: Automatically applies TogetherOS's specific branch patterns, commit formats, PR targets, and design system guidelines.
- Progress Tracking: Integrates with the project's progress tracking system, updating module status and next steps upon PR merge.
- Use Case: When you need to implement a new feature like "scaffold the bridge module," this Skill will autonomously perform all coding, testing, building, and PR submission steps, ensuring the code is production-ready and compliant with project standards.
Quick Start
To implement a new feature for the 'bridge' module, creating its route, UI component, and documentation:
Use Skill: yolo1
Inputs:
module: bridge
slice: scaffold
scope: Create /bridge route, stub component in packages/ui, docs/modules/bridge/README.md