.claude/skills/implement-spec/SKILL.md
Implement a feature from a spec file. Use when user says "implement spec", references a spec file to build, or wants to code a planned feature.
npx skillsauth add praveenmaiya/holley-rec implement-specInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
specs/active/specs/active/<feature>.mdsrc/flows/tests/specs/completed/ when done1. sql/recommendations/extract/ → Data queries
2. src/data/ → Data loading
3. src/features/ → Feature engineering
4. src/models/ → Model logic
5. src/evaluation/ → Metrics
6. flows/ → Pipeline
7. tests/unit/ → Unit tests
8. scripts/ → CLI entry point
@agent_docs/code_conventions.md--test-mode for BQ during developmentmake test - must passmake lint - no errorsmake eval if model changedtesting
Generate a team-facing weekly status update from STATUS_LOG.md and git history.
testing
Run QA validation checks on the recommendation pipeline output. Use after pipeline runs to verify data quality.
research
Compare Personalized vs Static treatment performance with unbiased methodology. Use for A/B analysis and treatment comparison.
testing
Show current pipeline and deployment status. Use for quick health check.