Liquid Galaxy Flutter Plan Executor

Execute Liquid Galaxy Flutter implementation plans task-by-task with checks and testing.

Updated Feb 3, 2026
One-click install
npx skills add https://github.com/Shaileshukla529/LG-Flutter-Starter-Kit --skill liquid-galaxy-flutter-plan-executor
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Liquid Galaxy Flutter Plan Executor
Source: https://github.com/Shaileshukla529/LG-Flutter-Starter-Kit/tree/main/.agent/skills/lg-flutter-exec
Command: npx skills add https://github.com/Shaileshukla529/LG-Flutter-Starter-Kit --skill liquid-galaxy-flutter-plan-executor

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps teams execute complex Liquid Galaxy Flutter implementation plans in a disciplined, teaching-friendly manner, ensuring every task is completed in sequence with built-in review and testing checkpoints.

Core Features & Use Cases

  • Atomic Task Execution: Enforces one task at a time to maintain focus and traceability.
  • Prerequisite Validation & Plan Alignment: Guides users to verify STARTER_KIT_CONTEXT.md and the plan document before coding.
  • Code Quality & Verification: Mandates code reviews, test scaffolding, and a verification loop before marking completion.
  • SOLID/DRY Enforcement: Embeds architectural principles to maintain clean, maintainable plans.

Quick Start

Start by loading STARTER_KIT_CONTEXT.md, reading the plan, and beginning with the first task one at a time.

Frequently Asked Questions about Liquid Galaxy Flutter Plan Executor

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I execute a Liquid Galaxy Flutter plan step by step?

To execute a Liquid Galaxy Flutter plan step by step, load STARTER_KIT_CONTEXT.md, read the plan document, and process tasks one at a time with built-in review and testing checkpoints.

How does plan execution enforce SOLID and DRY principles during development?

Plan execution enforces SOLID and DRY principles by embedding architectural checks directly into the workflow, ensuring code reviews and verification loops maintain clean, maintainable plans before completion.

Do I need STARTER_KIT_CONTEXT.md to start a Liquid Galaxy Flutter workflow?

Yes, STARTER_KIT_CONTEXT.md is required as a prerequisite validation step to align with the plan document before coding begins, ensuring proper context and traceability.

What is the best way to manage atomic tasks in a Flutter implementation plan?

The best way to manage atomic tasks is enforcing one task at a time execution, maintaining focus and traceability while mandating code reviews and test scaffolding before moving forward.

Why does my Liquid Galaxy Flutter workflow require a verification loop?

A verification loop is required to mandate test scaffolding and code reviews before marking completion, ensuring every task meets quality standards and architectural discipline during implementation.

Can I skip code reviews when completing tasks in a Flutter plan executor?

No, code reviews are mandated by the executor and cannot be skipped, as they form part of the verification loop ensuring SOLID/DRY compliance before any task is marked complete.