What problem does it solve?
This Skill ensures that your product's core business logic, including pipelines, state machines, and pricing rules, functions correctly and adheres to defined product specifications.
Core Features & Use Cases
- Product Rule Compliance: Validates against rules in
conductor/product.md for deliverables, dependencies, pricing, and state transitions.
- Feature Correctness: Tests the happy path, input validation, and output accuracy of individual features.
- Edge Case Handling: Identifies and verifies behavior in scenarios like empty states, boundary values, and concurrent operations.
- State Transition Verification: Ensures the project's state machine operates as expected.
- Data Flow Analysis: Checks that data moves correctly between components and is persisted accurately.
- User Journey Completeness: Validates the end-to-end user experience for a given feature.
- Use Case: Before releasing a new pricing tier feature, use this Skill to confirm that free tier limits are enforced, paid tier unlocks are correct, and the pricing model aligns with the product spec.
Quick Start
Evaluate the business logic for the 'user-onboarding' track by checking product rules and feature correctness.