plano/skills/rules/_template.md

27 lines
529 B
Markdown
Raw Normal View History

---
title: Rule Title Here
impact: MEDIUM
impactDescription: Optional one-line description of the impact
tags: tag1, tag2, tag3
---
## Rule Title Here
Brief explanation of what this rule is and why it matters for Plano developers and agents.
**Incorrect (explain what's wrong):**
```yaml
# Bad config or CLI example
```
**Correct (explain what's right):**
```yaml
# Good config or CLI example
```
Optional explanatory text elaborating on the principle or listing key points.
Reference: https://github.com/katanemo/archgw