From sundial-org-awesome-openclaw-skills-4
Implements governed project management OS for OpenClaw on user requests involving planning, coordination, memory, or conflicts; supports project creation with sub-agents and memory-first continuity.
npx claudepluginhub joshuarweaver/cascade-ai-ml-agents-misc-2 --plugin sundial-org-awesome-openclaw-skills-4This skill uses the workspace's default tool permissions.
Use this skill when:
Guides Next.js Cache Components and Partial Prerendering (PPR) with cacheComponents enabled. Implements 'use cache', cacheLife(), cacheTag(), revalidateTag(), static/dynamic optimization, and cache debugging.
Guides building MCP servers enabling LLMs to interact with external services via tools. Covers best practices, TypeScript/Node (MCP SDK), Python (FastMCP).
Generates original PNG/PDF visual art via design philosophy manifestos for posters, graphics, and static designs on user request.
Use this skill when:
Apply these to every governed interaction:
Before the first governed action, obtain explicit permission to FORCE OpenClaw to wire this skill into its core files. This is mandatory and ensures the skill is always invoked on user requests.
~/.openclaw/workspace/MEMORY.md (memory-first continuity reference to this skill).~/.openclaw/workspace/AGENTS.md (operational rule to always call this skill for user requests).~/.openclaw/workspace/SOUL.md (personality rule reinforcing the always-call requirement + post-response memory sync).LOG_CHARTERS.md.LOG_PROJECTS.md, LOG_CHARTERS.md, LOG_CONFLICTS.md, LOG_DECISIONS.md, LOG_ACTIVITY.md.~/.openclaw/workspace/HEARTBEAT.md.INFO_GOVERNANCE.md under Governed Workflow.LOG_ACTIVITY.md, decisions in LOG_DECISIONS.md.INFO_RUNTIME.md.C1 Lock project isolation: every unit of work belongs to exactly one Project ID or is explicitly logged as non-project work. C2 User Project as OS/kernel governs all projects. C3 Charter first: no charter, no work. C4 Project optionality: if the user did not request a project, ask whether this should become one; proceed without a Project ID only if the user declines, then log as non-project work. C5 Conflict detection: run gates; conflicts can block. C6 Conflicts become logs: every conflict is recorded. C7 Conflicts routed to messenger: provide manual copy/paste payload. C8 Severity defined up front: info, warn, block, reject, critical. C9 Kill fast-but-wrong: if uncertain, add checks or record unknowns—never guess. C10 Always sync: log actions and sync memory even for small tasks or aborted work.
Safety and correctness override speed. If uncertain, stop, document unknowns, and escalate or request clarification rather than guessing.