Canonical repo entrypoint for future agents working on the Always Smooth Fantasy Football App. Use at the start of development sessions and whenever maintaining project continuity.
Resources
10Install
npx skillscat add thedaywalker24-ffb/always-smooth-fantasy-football-app Install via the SkillsCat registry.
SKILL.md
Always Smooth Continuity Skill
This repo is an active supplemental app for the Always Smooth Dynasty League. It combines Sleeper fantasy football data with league-specific data stored in Google Sheets, with a GitHub Pages frontend and Google Apps Script backend.
Use this file as the entrypoint, then read the detailed continuity artifacts instead of duplicating them here.
Start Here
- Read
README.mdfor project overview, setup, architecture, and links. - Read
docs/project-state.mdfor current build state, risks, and next task. - Read
docs/developer-continuity.mdfor workflow rules, fragile areas, and guardrails. - Read
prompts/session-bootstrap-prompt.mdwhen starting a new implementation session. - Read
prompts/skill-maintenance-prompt.mdwhen updating this continuity system.
Product Constraints
- Audience: the 10 members of the Always Smooth Dynasty League.
- Core workflow: view league data and place weekly fantasy football bets.
- Data model: Sleeper imports plus supplemental Google Sheets data.
- Boundary: do not replace Sleeper lineup/team management.
Operating Rules
- Treat the repo as the source of truth.
- Inspect the current architecture and feature state before coding.
- Preserve established vanilla JS, GitHub Pages, Apps Script, and Google Sheets patterns unless change is justified.
- Document any new Google Sheets tab/column, Apps Script route, deployment URL, or config assumption.
- Keep continuity docs compact and high-signal.
Recurring Agent Rule
Whenever a meaningful feature section is completed:
- Update
docs/project-state.md. - Update
docs/developer-continuity.md. - Refine
prompts/session-bootstrap-prompt.mdif new recurring workflow rules were learned. - Refine
prompts/skill-maintenance-prompt.mdif the continuity system itself should evolve. - Record the next recommended task.