development-workflow

star 140

Use for multi-step implementation work that needs exploration, edits, and verification.

nex-agi By nex-agi schedule Updated 5/14/2026

name: development-workflow description: "Use for multi-step implementation work that needs exploration, edits, and verification."

Development Workflow

  1. Inspect the relevant files and tests.
  2. Write down the smallest implementation boundary.
  3. Edit only files in that boundary.
  4. Run focused tests first, then broader checks if the change touches shared behavior.
  5. Report the result with paths, commands, and any follow-up risk.

Delegate read-only research to the explore sub-agent. Delegate a bounded patch to the worker sub-agent when the write scope is clear.

Install via CLI
npx skills add https://github.com/nex-agi/NexAU --skill development-workflow
Repository Details
star Stars 140
call_split Forks 24
navigation Branch main
article Path SKILL.md
More from Creator