Back to list
RustyLindquist

plan-lint

by RustyLindquist

An AI-Enhanced Online Academy for HR

0🍴 0📅 Jan 25, 2026

SKILL.md


name: plan-lint description: Validates a plan against documentation constraints before coding. Use after doc-discovery and before implementation. Returns PASS, WARN, or FAIL with specific issues. Gate 1 of 2-gate flow. allowed-tools: Read, Glob, Grep

Plan Lint

Ensure plan is doc-consistent before coding. Gate 1 of 2-gate flow.

When to Use

  • After /doc-discovery, before coding
  • When reviewing someone else's plan
  • Before spawning implementation agents
  • When user asks "is this plan safe?"

Required Plan Elements

ElementRequired
Primary FeatureYes
Impacted FeaturesYes
User-Facing ChangesYes
Files/Surfaces to modifyYes
Data Impact (tables, RLS)If applicable
Invariants (min 3)Yes
Test PlanYes
Docs to UpdateYes

Checks

  1. Feature Coverage: Primary named? Exists in index? Coupled features included?
  2. Invariant Coverage: At least 3? Match feature docs? High-risk addressed?
  3. Data Safety: Tables listed? RLS documented? Migration + rollback plan?
  4. Test Coverage: Verification steps? Workflow smoke test? Regression areas?
  5. Workflow Impact: Affected workflows identified? No journeys broken?
  6. Page Standards (for new pages):
    • Plan includes AIPanel with agentType
    • Plan includes contextScope configuration
    • No solid backgrounds on page containers
    • Canvas Header follows h-24, bg-white/5 pattern
  7. Org-Scoped Features (if org-specific):
    • org_id column included in relevant tables
    • RLS policies enforce org isolation
    • RAG scope includes orgId filtering

Blast Radius

FactorPoints
Auth/RLS+3
Billing/credits+3
AI/prompts+2
Schema/migrations+2
3+ features+2
Org-scoped content+2
New page without AI Panel spec+2
Shared components+1
User workflow change+1

0-2: Low → Standard review 3-5: Medium → Careful review 6+: High → Doc Agent validation required

Output

## Plan Lint: [PASS/WARN/FAIL]

**Blast Radius**: [score] ([low/medium/high])

### Validation
- [x/] Primary feature: [name]
- [x/] Impacted features: [count]
- [x/] Invariants: [count]
- [x/] Test plan: [status]
- [x/] Workflow impact: [status]

### Issues (if any)
1. **[Category]**: [Problem] → [Fix]

### Ready to Implement
[Yes / Conditional / No]

Score

Total Score

50/100

Based on repository quality metrics

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

0/10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

Reviews

💬

Reviews coming soon