What problem does it solve? Coordinating a complete software development cycle—creating DevFlow tasks, editing IDL, writing code, deploying, and testing—requires juggling many tools and remembering every step. This Skill drives the entire workflow through a status.json state file, so progress is tracked, resumable, and nothing gets skipped. ## Core Features & Use Cases - State-Driven Workflow: Every phase (info collection, task setup, IDL change, coding, deploy, testing, completion) is tracked in .gdpa/{session-id}/status.json, enabling pause and resume across sessions. - Confirmation Checkpoints: Three mandatory user-approval gates (execution plan, design proposal, test plan) catch direction errors before costly external changes are made. - Skill Orchestration: Coordinates other Skills like devflow, edit-idl, bam-query, and argos-query with strict rules on parameter sourcing and branch alignment. - Use Case: A developer receives a requirement to add a field to a TikTok service API. The Skill confirms parameters, creates a DevFlow task, edits and commits the Thrift IDL, triggers code generation, guides coding, deploys to PPE, runs cross-region interface tests, and produces a final summary report. ## Quick Start Start a new development workflow for my requirement to add an age field to the UserInfo API on my service, and drive it through task setup, IDL change, coding, deployment, and testing.