This commit is contained in:
2025-12-04 17:34:22 -08:00
parent 4086c2e592
commit 15911e970a
38 changed files with 12292 additions and 0 deletions
+22
View File
@@ -0,0 +1,22 @@
# Changelog
All notable changes to Plan2Code will be documented in this file.
## v1.0.0 - 2025-12-04
### ✨ Added
- Initial 4-step workflow methodology for AI-assisted development
- Step 1: Planning mode with 90% confidence threshold
- Step 2: Documentation mode for structured implementation specs
- Step 3: Implementation mode with phase-by-phase execution
- Step 4: Finalization mode for validation and archiving
- Multi-platform support with pre-configured workflow files:
- Claude Code CLI (`.claude/commands/`)
- Cursor AI (`.cursor/rules/`)
- GitHub Copilot CLI (`.github/agents/`)
- VS Code Copilot (`.github/prompts/`)
- Windsurf IDE (`.windsurf/workflows/`)
- Google Antigravity (`.agent/workflows/`)
- Continue extension (`.continue/prompts/`)
- `sync-prompts.js` utility to propagate source prompts to all platform directories