12 KiB
Contributors
Thank you to everyone who has contributed to making planning-with-files better!
Project Author
- Ahmad Othman Ammar Adi - Original creator and maintainer
Code Contributors
These amazing people have contributed code, documentation, or significant improvements to the project:
Major Contributions
-
- Converted the repository to Claude Code plugin structure
- Enabled marketplace installation
- Followed official plugin standards
- Impact: Made the skill accessible to the masses
-
- Added "Build a todo app" walkthrough with 4 phases
- Created inline comments for templates (WHAT/WHY/WHEN/EXAMPLE)
- Developed Quick Start guide with ASCII reference tables
- Created workflow diagram showing task lifecycle
- Impact: Dramatically improved beginner onboarding
-
- Created session recovery feature for context preservation after
/clear - Built
session-catchup.pyscript to analyze previous session JSONL files - Enhanced PreToolUse hook to include Read/Glob/Grep operations
- Restructured SKILL.md for better session recovery workflow
- Impact: Solves context loss problem, enables seamless work resumption
- Created session recovery feature for context preservation after
-
- Added Kilocode IDE support and documentation
- Created PowerShell scripts for Windows compatibility
- Added
.kilocode/rules/configuration - Updated documentation for multi-IDE support
- Impact: Windows compatibility and IDE ecosystem expansion
-
- Fixed Stop hook POSIX sh compatibility for Debian/Ubuntu
- Replaced bashisms (
[[,&>) with POSIX constructs - Added shell-agnostic Windows detection using
uname -s - Impact: Fixes hook failures on systems using dash as
/bin/sh
-
- Added Continue IDE integration (VS Code / JetBrains)
- Created
.continue/skills/and.continue/prompts/structure - Added Chinese language slash command prompt
- Created
docs/continue.mdinstallation guide - Impact: Expands IDE support to Continue.dev ecosystem
-
- Added CodeBuddy IDE integration (Tencent Cloud AI coding assistant)
- Created
.codebuddy/skills/folder with full skill structure - Added templates, scripts, and references for CodeBuddy
- Created
docs/codebuddy.mdinstallation guide - Impact: Expands IDE support to CodeBuddy ecosystem
-
@EListenX (Yi Chenxi) - PR #112
- Added full Kiro Agent Skill support under
.kiro/skills/planning-with-files/ - Created bootstrap scripts, steering integration with
#[[file:]]live references - Replaced old
.kiro/scripts/and.kiro/steering/with proper Agent Skill layout - Updated Cursor and Mastra Code hooks, improved docs/kiro.md
- Impact: Brings Kiro IDE support to production quality with native Agent Skill format
- Added full Kiro Agent Skill support under
-
- Added native GitHub Copilot hooks integration using the early 2026 hooks system
- Created
.github/hooks/planning-with-files.jsonwith full hook scripts in.github/hooks/scripts/ - Full cross-platform support (bash + PowerShell) and
docs/copilot.mdinstallation guide - Impact: Brought total supported platforms to 15, expanding the skill to the GitHub Copilot ecosystem
-
- Added isolated
.planning/{uuid}/plan sessions with UUID generation and PLAN_ID pinning - Enables parallel planning sessions in separate terminals without state collision
- Cross-platform scripts (bash + PowerShell) with full backward compatibility for single-session users
- Impact: Unlocks parallel planning workflows, shipped to experimental branch ahead of master
- Added isolated
-
- Added Pi Agent support with full skill integration
- Impact: Expands the skill to the Pi Agent ecosystem
-
@mvanhorn (Matt Van Horn) - PR #115
- Added analytics workflow template with
--template analyticsflag oninit-session.shandinit-session.ps1 - Created
analytics_task_plan.mdwith 4 analytics-specific phases (Data Discovery, Exploratory Analysis, Hypothesis Testing, Synthesis) - Created
analytics_findings.mdwith Data Sources table, Hypothesis Log, Query Results, and Statistical Findings sections - Analytics-specific
progress.mdwith Query Log replacing Test Results - Impact: Extends the planning pattern to data analytics workflows (addresses #103)
- Added analytics workflow template with
Other Contributors
-
- Fixed
allowed-toolsYAML list (invalid per Anthropic skill spec, silently killing discoverability) - Fixed
metadata.versionplacement and added trigger terms for better skill matching - Applied across the canonical SKILL.md file
- Fixed
-
- Added
/plan:statuscommand for quick planning progress display without reading through all planning files
- Added
-
@codelyc - PR #66, PR #70, PR #76
- Fixed Codex skill path references and replaced CLAUDE_PLUGIN_ROOT with correct absolute paths (PR #66)
- Fixed CodeBuddy skill path references and environment variables (PR #70)
- Added OpenCode scripts for the planning-with-files skill (PR #76)
-
- Added
/planning-with-files:startcommand, enabling skill activation without copying files manually
- Added
-
- Fixed Stop hook path resolution when CLAUDE_PLUGIN_ROOT is not set in the environment
-
- Added SkillCheck validation badge after running the skill through spec validation
-
- Updated OpenClaw docs to reflect the product rename from Moltbot, correcting all paths and CLI commands
-
- Fixed
check-complete.ps1completely failing on PowerShell 5.1 due to special character parse errors in double-quoted strings; switched to single-quoted strings with concatenation across all 12 platform copies (PR #88) - Fixed Stop hook YAML multiline command block failing under Git Bash on Windows; collapsed 25-line OS detection to single-line implicit platform fallback chain across all 7 SKILL.md variants (PR #86)
- Fixed
-
- Fixed session-catchup false positives in all 9 skill-distributed copies
- Added early return guards for non-planning projects
- Thorough bug report with root cause analysis
- Impact: Eliminates noise from false catchup reports
-
- Added Traditional Chinese (zh-TW) skill variant with fully translated SKILL.md, templates, and scripts
- Includes localized hooks, check-complete, init-session, and session-catchup scripts
-
- Early directory structure improvements
- Helped identify optimal repository layout
-
- Cursor IDE support contribution
- Helped establish multi-IDE pattern
-
Copilot SWE Agent - PR #16
- Fixed template bundling in plugin.json
- Added
assetsfield to ensure templates copy to cache - Impact: Resolved template path issues
-
@tt-a1i - PR #92, PR #99, PR #100
- Fixed broken Advanced Topics links in Codex SKILL.md (PR #92)
- Fixed 5 consistency issues across docs: broken links in opencode.md and factory.md, stale
notes.mdreferences replaced withfindings.mdacross all 16 IDE copies, OpenCode support label corrected in README,--helpin sync-ide-folders.py no longer runs a sync (PR #99) - Fixed Codex session-catchup silently scanning Claude session paths; now prints an explicit fallback message when running from Codex context (PR #100)
- Impact: Significant docs and tooling consistency sweep across the entire multi-IDE surface
Community Forks
These developers have created forks that extend the functionality:
-
@RioTheGreat-ai - agentfund-skill
- Crowdfunding platform for AI agents using milestone-based escrow on Base, built with planning-with-files
-
@kmichels - multi-manus-planning
- Multi-project support
- SessionStart git sync integration
Issue Reporters & Testers
Thank you to everyone who reported issues, provided feedback, and helped test fixes:
- @msuadOf - Issue #93 (TMPDIR environment fix for plugin install)
- @DorianZheng - Issue #84 (BoxLite sandbox integration proposal)
- @mtuwei - Issue #32 (Windows hook error)
- @JianweiWangs - Issue #31 (Skill activation)
- @tingles2233 - Issue #29 (Plugin update issues)
- @st01cs - Issue #28 (Devis fork discussion)
- @wqh17101 - Issue #11 testing and confirmation
And many others who have starred, forked, and shared this project!
How to Contribute
We welcome contributions! Here's how you can help:
- Report Issues - Found a bug? Open an issue with details
- Suggest Features - Have an idea? Share it in discussions
- Submit PRs - Code improvements, documentation, examples
- Share - Tell others about planning-with-files
- Create Forks - Build on this work (with attribution)
See our repository for more details.
Recognition
If you've contributed and don't see your name here, please open an issue! We want to recognize everyone who helps make this project better.
Total Contributors: 27+ and growing!
Last updated: March 24, 2026