Files
gh-buzzdan-ai-coding-rules-…/commands/go-ldd-autopilot.md
2025-11-29 18:02:42 +08:00

637 B

name, description
name description
go-ldd-autopilot Start complete linter-driven autopilot workflow (Phase 1-6)

Invoke the @linter-driven-development skill to run the complete autopilot workflow from design through commit-ready.

The skill will automatically:

  1. Run Pre-Flight Check (detect intent, find commands, verify Go project)
  2. Execute all 6 phases with 2 quality gates
  3. Use parallel analysis (tests + linter + go-code-reviewer agent)
  4. Generate intelligent combined reports
  5. Auto-fix all issues iteratively
  6. Prepare commit-ready summary

This is the full workflow - use for implementing features or fixes from start to finish.