coder

Execute approved development tasks in isolated worktrees with atomic commits.

Updated Feb 19, 2026
One-click install
npx skills add https://github.com/remiboivin021/synexis --skill coder-remiboivin021
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: coder
Source: https://github.com/remiboivin021/synexis/tree/main/.agents/skills/coder
Command: npx skills add https://github.com/remiboivin021/synexis --skill coder-remiboivin021

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Implemented to enforce strict scope control during development tasks, ensuring auditable, atomic changes.

Core Features & Use Cases

  • Execute approved development tasks with strict scope control.
  • Operate within isolated worktrees using STATE/TODO contracts to maintain traceability.
  • Preserve existing contracts and produce atomic commits for each task.

Quick Start

Execute the approved TODO item in a dedicated worktree and commit changes atomically.

Frequently Asked Questions about coder

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I execute approved development tasks with strict scope control?

Atomic commits isolate each task's changes into a single, self-contained commit. This mechanism preserves existing contracts, enforces minimal changes, and ensures the development work remains fully auditable and traceable.

What is the best way to maintain traceability during feature development?

The best way to maintain traceability during feature development is by using STATE and TODO contracts. This approach records decisions, enforces minimal scope changes, and produces auditable commits for each isolated task.

Do I need STATE and TODO contracts to enforce minimal code changes?

Yes, you need STATE and TODO contracts to enforce minimal code changes. The Skill reads these contracts to understand the approved scope, ensuring that all feature work respects existing boundaries and produces atomic, auditable commits.

Can I use atomic commits to preserve existing project contracts?

Yes, you can use atomic commits to preserve existing project contracts. The Skill enforces strict scope control by ensuring each task is committed individually, recording all decisions while maintaining the integrity of established governance rules.