Rewrite /plan skill to use pal-e-docs instead of local files #12
Labels
No labels
domain:backend
domain:devops
domain:frontend
status:approved
status:in-progress
status:needs-fix
status:qa
type:bug
type:devops
type:feature
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
ldraney/claude-custom#12
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
The
/planskill currently reads/writes plans from~/.claude/plans/(local files). It should use pal-e-docs as the source of truth — fetching the plan template via MCP, storing plans as tagged notes, and archiving previous plans.Changes
skills/plan/SKILL.md: Rewrite to usemcp__pal-e-docs__*toolslist_notes(tags="plan,active")get_note(slug=...)get_note(slug="template-plan")create_note(slug="plan-YYYY-MM-DD-title", tags="plan,active")update_note(slug="...", tags="plan,completed")~/.claude/plans/for offline accessPart of
Plan:
plan-2026-02-24-enforcement-unification(Phase 2)