write-maintainable-code

Solid

Evaluate minimum-sufficient implementation routes and enforce the selected route for a fixed, authorized outcome. Use after outcome, scope, authority, and acceptance evidence are fixed. Do not choose outcomes, set acceptance, adjudicate governance, grade finished work, design tests alone, conduct security audits, or perform unrelated cleanup.

AI & Automation 21 stars 2 forks Updated 3 days ago MIT

Install

View on GitHub

Quality Score: 81/100

Stars 20%
45
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# Write maintainable code Use the fewest concepts that satisfy the approved result and its acceptance evidence. Minimize maintenance burden, not raw line count. ## Keep the ownership boundary - `reasoning-doctrine` owns the stage, outcome, scope, evidence, route recommendation, hard stops, and the transition to execution. - `governed-operator` owns authority, seats, formal contracts, verdicts, publication, and Done. - This skill owns route comparison, ownership seams, concept control, readability, and implementation verification. If outcome, acceptance evidence, or authority is unresolved, return to its owner. Apply this lens only to the selected route and safe slice. A finished change needs independent review. ## Compare routes before adding code 1. Restate the fixed result and acceptance evidence without reopening them. 2. Inspect current behavior, configuration, reuse, deletion, documentation, and no-code routes. If the current evidence already passes, make no change. 3. Choose a route only when the fixed acceptance evidence can prove it. 4. Name the smallest ownership seam and the concepts the selected route needs. Name tempting concepts the result does not need. When routes satisfy different checks and the current evidence does not identify the applicable check, return that gap to whoever owns the outcome and acceptance evidence. Do not create a second implementation brief or return schema. ## Bound the implementation Decline a dependency, layer, abs...

Details

Author
Ezra144israel
Repository
Ezra144israel/governed-agent-skills
Created
1 months ago
Last Updated
3 days ago
Language
Python
License
MIT

Integrates with

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category