FluencyLoop planning stage. Plan a large chunk of work before building it: design and document the overall architecture, break it into task items, sequence them into a roadmap with a critical path, and (optionally) open GitHub issues under a milestone. Produces a committed plan.md that the per-feature loop then builds from — one fluencyloop-feature per task item. Use when the work is too big for a single feature/branch, or when the user says "fluencyloop plan", "plan this", "design the architecture for", "break this down", or "make a roadmap".
$npx -y skills add baokhang83/fluencyloop --skill planInstalls into the current project.
Run `npx skills use "https://github.com/baokhang83/fluencyloop" --skill "baokhang83/fluencyloop/plan"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/baokhang83/fluencyloop" that are relevant to the current task. Run `npx skills add "https://github.com/baokhang83/fluencyloop"` and select the relevant skills, then follow their instructions.