fanlw0816
- 27 skills
- 0 followers
- 6 hours ago last updated
- ▌ Start 2 · fanlw0816Smart session onboarding for web development projects. Checks for saved progress (handoff/checkpoint) and offers to continue or start fresh with sprint contract integration.
- ▌ Resume 2 · fanlw0816Load previous checkpoint or handoff artifact to continue work. Prefers handoff (context reset) over checkpoint for better context recovery.
- ▌ Checkpoint 2 · fanlw0816Save current progress with structured handoff artifact. Enables context reset for long-running tasks and session recovery.
- ▌ Onboard Codebase 2 · fanlw0816Analyze existing web development codebase and generate documentation for AI-assisted development. Use when adding harness to existing projects (1→N).
- ▌ Harness Creator · fanlw0816 bundleGenerate customized .claude/ harness framework with Fusion Architecture (GAN-inspired + Domain Specialists). TRIGGER when user wants to set up AI-assisted development structure, create a new project harness, add structure to existing projects, or mentions 'harness', 'scaffold', 'framework setup'. Supports all domains through template + dynamic generation.
- ▌ Start · fanlw0816Smart session onboarding — checks for handoff artifacts first, then checkpoints, then offers fresh start with sprint contract. No assumptions about session state.
- ▌ Resume · fanlw0816Load previous checkpoint or session state. Use after context loss, session restart, or to pick up previous work.
- ▌ Checkpoint · fanlw0816Save current progress to a checkpoint file. Use before context-heavy operations or as regular backup.
- ▌ Sprint Contract · fanlw0816Negotiates 'done' criteria between Generator, Evaluator, and architect-lead before implementation begins. Converts subjective goals into testable, gradable criteria with clear domain responsibilities.
- ▌ Evaluate Code · fanlw0816Code quality evaluation skill that reviews code structure, conventions, and identifies issues independently of feature correctness. Checks modularity, naming, patterns, duplication, complexity, and dead code.
- ▌ Evaluate Design · fanlw0816UI/UX design evaluation skill that assesses visual hierarchy, responsiveness, and accessibility. Evaluates layout, contrast, typography for visual design; mobile/tablet/desktop for responsiveness; WCAG compliance for accessibility.
- ▌ Onboard Codebase · fanlw0816Analyze and document existing codebase for AI-assisted development. Use when adding this framework to an existing project.
- ▌ Evaluate Feature · fanlw0816Primary evaluation skill that tests implementation against sprint contract criteria. Reads contract, tests each criterion systematically, generates evaluation report with PASS/FAIL grades and actionable feedback.
- ▌ API Contract Sync · fanlw0816Keeps API contracts synchronized between frontend and backend services. Detects contract drift, generates client SDKs, and manages API versioning.
- ▌ Cross Service Plan · fanlw0816Plans and coordinates changes that affect multiple services. Identifies breaking changes, determines deployment order, and manages rollback strategies.
- ▌ Hotfix · fanlw0816Emergency fix workflow for production issues with minimal scope and fast turnaround. Creates hotfix branch, fix, and rapid deployment.
- ▌ Release · fanlw0816Release workflow for version bumping, changelog generation, and deployment preparation. Coordinates release across all domains.
- ▌ Incident · fanlw0816Production incident response workflow — triage, root cause analysis, and resolution.
- ▌ Refactor · fanlw0816Guided refactoring workflow for improving existing code without changing behavior. Ensures tests pass before and after changes.
- ▌
- ▌ API Design · fanlw0816Guided API design workflow from requirements to documented API specification. Creates OpenAPI-style specs with validation schemas.
- ▌ DB Migrate · fanlw0816Guided database migration workflow — from schema design to rollback documentation.
- ▌ Code Review · fanlw0816Architecture and quality code review for specified files or directories. Checks standards, patterns, security, and maintainability.
- ▌ Deploy Check · fanlw0816Pre-deployment validation checklist for Docker, CI/CD, and environment configuration. Ensures deployment readiness before production.
- ▌ Feature Plan · fanlw0816Coordinate full feature development across frontend, backend, and database modules. Creates comprehensive plan with task breakdown and agent assignments.
- ▌ Change Request · fanlw0816Guided workflow for handling requirement changes in existing features. Analyzes impact, plans modifications, and coordinates updates.
- ▌ Regression Test · fanlw0816Run and validate regression tests after changes to ensure no existing functionality is broken. Creates test execution report.