Loading...
Loading...
Enforce disciplined agent development workflows with plan-first development, small-slice execution, specialized self-review roles, quality gates, and project setup. Use when starting a new project, setting up development conventions, wanting structured planning, or needing the agent to follow best practices for code quality, review, and validation.
npx skill4agent add yariv1025/skills agent-dev-guardrailsMental model: The agent is an extremely confident junior dev with amnesia. This skill provides guardrails, progressive context, and automated quality checks.
references/ReadLints| Situation | Read |
|---|---|
| Need to plan or ask clarifying questions | references/planning-protocol.md |
| Complex task (>30 min), need task folders | references/dev-docs-system.md |
| Self-reviewing code after edits | references/specialized-roles.md |
| Setting up new project conventions | references/project-setup.md |
| Checking Definition of Done | references/quality-gates.md |
| Task | Approach |
|---|---|
| Start non-trivial work | Read references/planning-protocol.md, produce plan, wait for approval |
| Create task docs | Read references/dev-docs-system.md, create |
| Self-review code | Read references/specialized-roles.md, apply relevant personas |
| Set up new project | Run the setup script from the skill's |
| Check if slice is done | Read references/quality-gates.md, verify all criteria |
Scope: Large task (auth feature)
Skills: agent-dev-guardrails + python-engineering
Plan: [3 phases, 8 tasks, 2 risks identified]
Waiting for approval before implementation.Files changed: src/auth.py, tests/test_auth.py
Validation: ReadLints (0 errors), pytest (12 passed)
Self-review: ✓ Input validation, ✓ No hardcoded secrets, ⚠ Consider rate limiting
Next: Slice 2 (login endpoint)scripts/