agile-v-behavioral

Solid

Anti-pattern prevention guidelines for Agile V agents. Prevents common LLM coding mistakes while maintaining Agile V traceability. Use when implementing requirements to avoid overcomplication, silent assumptions, scope creep, and verification failures.

AI & Automation 51 stars 9 forks Updated today CC-BY-SA-4.0

Install

View on GitHub

Quality Score: 84/100

Stars 20%
57
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Instructions Anti-pattern prevention for Agile V agents. Combines proven behavioral guidelines with Agile V traceability to prevent common LLM failures. **Companion skill:** Load `agile-v-core` first. This skill extends core directives with behavioral safeguards. **Tradeoff:** These guidelines bias toward caution and clarity over speed. For trivial single-REQ implementations, use judgment. --- ## 1. Think Before Coding (Enhanced for Agile V) **Don't assume. Don't hide confusion. Surface tradeoffs. Document decisions.** ### Before REQ Synthesis - **State assumptions explicitly** in Decision Log before implementation - **If REQ has multiple interpretations**, halt and present options (don't pick silently) - **If simpler approach exists**, document trade-off in Decision Log - **If REQ is unclear**, invoke Requirement Architect or Logic Gatekeeper (don't improvise) ### Integration with Agile V - **Halt Condition (Directive #6)**: If requirement is ambiguous, **stop**. Name what's confusing. Ask. - **Decision Log**: Every interpretation choice → `DECISION_LOG.md` entry with timestamp, rationale, alternatives considered - **REQ Clarification Protocol**: Don't implement vague requirements; send back for refinement **Example:** ``` REQ-0042: "Improve error handling" ❌ Don't: Silently add try/catch blocks everywhere ✅ Do: Halt and ask: - "Improve" how? (user-facing messages? logging? retry logic?) - Which error scenarios? (network? validation? unexpected data?) - Wha...

Details

Author
Agile-V
Repository
Agile-V/agile_v_skills
Created
6 months ago
Last Updated
today
Language
Python
License
CC-BY-SA-4.0

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category