Quick, natural language edits to project planning files.
Quickly edit project planning files using natural language. Use this to update TODOs, principles, or workflow docs without manually opening files.
/plugin marketplace add unclecode/claude-code-tools/plugin install unclecode-cc-toolkit@unclecode-toolsQuick, natural language edits to project planning files.
$ARGUMENTS
Query describing what to edit.
Make direct edits to PP files using natural language without manually finding and editing files.
Extract from query:
Query patterns:
Root files (in .context/project/):
Subproject files (in .context/project/{subproject}/):
If query doesn't specify subproject and file is subproject-level:
Check if target file exists:
ls .context/project/{target_file}
# or
ls .context/project/{subproject}/{target_file}
If file doesn't exist, inform user and ask if they want to create it.
For "add" operations:
For "update/change" operations:
For "remove" operations:
Show diff or summary:
## Edit Applied
**File**: .context/project/PRINCIPLES.md
**Action**: Added new principle
**Content added**:
> Always use TypeScript strict mode
**Location**: End of file
File updated successfully.
# Add to root files
/pp-edit add "Daily standup at 9am" to WORKFLOW.md
/pp-edit update PRINCIPLES.md to include "Use functional programming patterns"
# Update INDEX.md
/pp-edit change active subproject to backend
/pp-edit add high-level TODO "Launch MVP by March 15"
# Edit subproject files (uses active subproject)
/pp-edit add task "T050: Implement password reset" to TODO.md
/pp-edit update STATUS.md working section with "API endpoints complete"
/pp-edit remove "T010: Initial setup" from TODO.md
# Edit specific subproject
/pp-edit add "Use Redis for caching" to backend PRINCIPLES.md
/pp-edit update frontend STATUS.md blocked section with "Waiting for API completion"
If query is ambiguous, ask clarifying questions: