What problem does it solve?
Illuminious website management often requires coordinating code pulls, status checks, checkpoints, content edits, and deployment across multiple files and environments. This skill provides a repeatable, auditable workflow that ensures page modifications, style updates, and new features are implemented consistently and tracked from start to finish.
Core Features & Use Cases
- Pull latest code and verify project status: reads todo.md, README.md, and SESSION-STATE.md to surface current priorities.
- Create checkpoints and track progress: records progress in SESSION-STATE.md and updates descriptive checkpoints as tasks are completed.
- Execute targeted changes and verify outcomes: edits client/src/pages and components, then runs a local build and tests to ensure correctness before pushing to main.
- Push to main with traceability: commits, pushes, and reports deployment status for auditability.
Quick Start
Command the system to pull the latest code, verify status, create checkpoints, implement requested changes, run tests, and push to main.