First Workflow
Walk through a full FlyDocs development cycle: start a session, capture an issue, refine, implement, review, and close.
FlyDocs structures development into a lifecycle: capture ideas, refine requirements, implement, review, and close. Here's a walkthrough.
Start a session
/start-session Loads project context, shows active issues, and sets up the session. Run this at the start of every work block.
Capture an idea
/capture Creates a new issue with a title and description. Use this for bugs, features, tasks, anything you want to track.
Refine it
/refine Adds acceptance criteria, estimates, and priority. This is where a rough idea becomes a spec the AI can work from.
Activate work
/activate Transitions the issue to implementing and assigns it. The AI now has the full spec as context.
Implement
/implement The AI works within the issue context, referencing acceptance criteria, following your conventions, checking off requirements as it goes.
Review
/review Structured code review against the spec. The AI checks what was built against what was asked for.
Close
/close Marks the issue done and records what was accomplished.
Wrap the session
/wrap-session Summarizes progress, captures decisions, updates project state for next time.
All commands work with local issues out of the box. Cloud tier syncs with your existing project management tool so issues stay in your tracker.
Join the Discord for upcoming features, support, and early access to what's next.