Agent Skill
2/7/2026feature-validator
Validate all features against 6 core business requirement documents (BRD, FRD, MRD, PRD, SRS, BUSINESS_MODEL). Use when implementing any new feature, user story, or capability. Enforces requirements traceability and alerts on undocumented features.
J
joseph
0GitHub Stars
1Views
npx skills add Joseph-VJ/houlnd-realty-mvp
SKILL.md
| Name | feature-validator |
| Description | Validate all features against 6 core business requirement documents (BRD, FRD, MRD, PRD, SRS, BUSINESS_MODEL). Use when implementing any new feature, user story, or capability. Enforces requirements traceability and alerts on undocumented features. |
name: feature-validator description: Validate all features against 6 core business requirement documents (BRD, FRD, MRD, PRD, SRS, BUSINESS_MODEL). Use when implementing any new feature, user story, or capability. Enforces requirements traceability and alerts on undocumented features.
Feature Alignment Validator
Purpose
Ensure all features align with documented business requirements
Reference Documents (MUST CHECK ALL)
Core Business Docs (6 Required):
- BRD -
docs/business/brd.md- Business Requirements - FRD -
docs/business/FRD.md- Functional Requirements - MRD -
docs/business/mrd.md- Market Requirements - PRD -
docs/business/PRD.md- Product Requirements - SRS -
docs/business/srs.md- Software Specifications - BUSINESS_MODEL -
docs/business/BUSINESS_MODEL.md- Revenue model
Supporting Documentation:
docs/business/FREE_FOR_BUYERS.md- Free buyer philosophydocs/technical/SELLER_LISTING_FLOW_ANALYSIS.md- Feature flowsdocs/DOCUMENTATION_INDEX.md- Full doc inventorydocs/PROJECT_OVERVIEW.md- High-level summary
AI Workflow for New Features
-
π Feature Request Received
-
π Search ALL 6 docs for matching requirement
-
Decision Tree:
Feature in docs? ββ β YES β Proceed with implementation ββ β NO β Follow "Undocumented Feature Protocol"
Undocumented Feature Protocol
When feature is NOT in any of the 6 docs:
- π PAUSE implementation
- π INFORM user:
- "This feature is not documented in BRD/FRD/MRD/PRD/SRS/BUSINESS_MODEL"
- "Searched: [list what you searched for]"
- "Results: Not found"
- π‘ SUGGEST next steps:
- Option A: Add feature to appropriate doc first (recommend which doc)
- Option B: Skip this feature (explain why it might not fit)
- Option C: Proceed anyway (explain risks)
- βΈοΈ WAIT for user decision
- β Proceed only after user confirms
Validation Checklist
- Feature exists in at least ONE of the 6 docs?
- Implementation matches documented requirements?
- No conflicting requirements across docs?
- User stories/use cases covered?
- Business logic aligns with BUSINESS_MODEL?
- Technical specs match SRS?
- Functional behavior matches FRD?
Core Business Logic (Always Validate Against)
From BUSINESS_MODEL.md:
- β FREE for Buyers - All customer features must be free
- β Paid for Sellers - Revenue comes from promoters/sellers only
- β Offline-First - Must work without internet
- β Dual-Mode - Support both SQLite (offline) and Supabase (online)
- β Lead Generation - Maximize seller leads, not buyer friction
Red Flags (Alert User Immediately)
- π« Feature charges buyers money
- π« Feature breaks offline mode
- π« Feature conflicts with "free for buyers" model
- π« Feature requires always-online connection
- π« Feature not in any of the 6 reference docs
Skills Info
Original Name:feature-validatorAuthor:joseph
Download