From forge-obsidian
Project lifecycle management — create, update, close, backlog rules, safe file operations. USE WHEN creating projects, closing projects, moving project files, managing project backlogs, or checking project status.
npx claudepluginhub n4m3z/forge-obsidianThis skill uses the workspace's default tool permissions.
Project lifecycle management — creating, updating, closing projects, backlog rules, and safe file operations.
Safely manages MASTER_PLAN.md files: backups before updates, task/bug status changes, adding roadmap items, completions with validation. Use for project task tracking.
Manages TwinMind project lifecycle: create, pause, resume, complete, archive; handles scoped actions/tasks, progress logging, card linking in PARA folder structure with vault-index.json.
Guides Next.js Cache Components and Partial Prerendering (PPR): 'use cache' directives, cacheLife(), cacheTag(), revalidateTag() for caching, invalidation, static/dynamic optimization. Auto-activates on cacheComponents: true.
Share bugs, ideas, or general feedback.
Project lifecycle management — creating, updating, closing projects, backlog rules, and safe file operations.
Orchestration/Templates/Project.md.Projects/<Name>/<Name>.md (Folder Notes convention).project.status: planned for new projects, project.priority to appropriate level.Orchestration/Backlog.md if the project has actionable tasks.project.status: planned # planned | active | on-hold | completed
project.priority: Medium # Critical | High | Medium | Low
project.deadline:
project.owner:
project.team: []
project.objectives: []
Status and priority are scalars (single value), never arrays.
## Work log section at the bottom.### [[YYYY-MM-DD]] with sub-bullets for detail.project.status: completed and updated: date.Orchestration/Backlog.md (use [[Project#Section]] wikilinks to reference source)## Backlog or similar heading).Orchestration/Backlog.md using [[Project Name#Backlog]] section wikilinks.[[File#Heading]] links by globbing for the file and reading the heading section.When moving, renaming, or reorganizing project files:
mkdir -p the target directorycommand cp -R source to targetcommand diff source and target (for directories, verify file count)command rm the original only after verificationmv, cp, or rm — always prefix with commandSee imperative: [[Safe file operations in vault — copy verify remove never bare mv]]