Rewrite /plan skill for pal-e-docs native plans #15

Merged
forgejo_admin merged 3 commits from 12-plan-skill-pal-e-docs into main 2026-02-24 19:42:50 +00:00
Contributor

Summary

  • Rewrites skills/plan/SKILL.md to use pal-e-docs MCP tools instead of local file storage
  • Plans are now stored as pal-e-docs notes (tagged plan,active or plan,completed) with local files as backup only
  • Adds steps for fetching the plan template, checking project pages, archiving old plans, and updating project pages via MCP

Closes #12

Test Plan

  • Verify mcp__pal-e-docs__get_note(slug="template-plan") returns a valid plan template
  • Run /plan skill in a test session and confirm it queries pal-e-docs for active plans
  • Confirm the created plan note appears in pal-e-docs with correct tags
  • Confirm previous plan gets archived (tags changed to plan,completed)
  • Verify local backup is still written to ~/.claude/plans/

🤖 Generated with Claude Code

## Summary - Rewrites `skills/plan/SKILL.md` to use pal-e-docs MCP tools instead of local file storage - Plans are now stored as pal-e-docs notes (tagged `plan,active` or `plan,completed`) with local files as backup only - Adds steps for fetching the plan template, checking project pages, archiving old plans, and updating project pages via MCP Closes #12 ## Test Plan - [ ] Verify `mcp__pal-e-docs__get_note(slug="template-plan")` returns a valid plan template - [ ] Run `/plan` skill in a test session and confirm it queries pal-e-docs for active plans - [ ] Confirm the created plan note appears in pal-e-docs with correct tags - [ ] Confirm previous plan gets archived (tags changed to `plan,completed`) - [ ] Verify local backup is still written to `~/.claude/plans/` 🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Sign in to join this conversation.
No description provided.