jules-implement
Installation
SKILL.md
Jules Implement Skill
Implementation agent that bridges the gap between Stitch designs and production-ready code. Handles delta-based research to ensure 2026 best practices are applied without redundant searches.
Triggers
/jules-design(as follow-up tostitch-design)- "implement stitch design"
- "verify UI implementation"
Capabilities
- Delta-Based Autoresearch:
- Compares new Stitch output against the previous design hash in
.jules/ui-search-state.json. - Performs web/paper searches only for articles/papers newer than the date in
.jules/ui-search-last-run.txt. - Focuses research on missing 2026 best practices (e.g., WCAG compliance for new component patterns).
- Compares new Stitch output against the previous design hash in
- Code Implementation: Applies finalized Stitch-rendered code with repository-aware adjustments (e.g., Zod schemas, SQLite-WASM integration).
- Validation & Testing: Generates unit tests using the Test Data Builder pattern to validate the rendered UI.
- PR Workflow: Commits changes atomically (feat:, test:, chore:) and opens an atomic PR.