Morning Manifesto
PassAudited by ClawScan on May 10, 2026.
Overview
This is a coherent morning journaling workflow, but it can store personal reflections, modify Apple Reminders, and read Linear issue data when invoked.
Install this if you are comfortable with a morning workflow that saves your responses to Obsidian, creates or updates Apple Reminders from mentioned tasks, and reads urgent Linear issues across accessible teams. Consider reviewing task extraction before syncing if incorrect reminder changes would be disruptive.
Findings (4)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
Tasks mentioned in the morning response may become new reminders or have their due dates changed to today.
The skill can cause reminder creation and due-date updates through another tool based on parsed user input. This is aligned with task sync, but users should know it mutates their reminder data.
For each task/commitment mentioned: - **If task exists**: Update its due date to today - **If new task**: Create a new reminder with due date today - Use the `apple-reminders` skill for this
Review the parsed tasks before syncing if you need tight control over reminder changes.
When invoked, the agent may read urgent Linear issues from every team the connected account can access.
The skill expects access to Linear issue data across all teams. This is disclosed and relevant to the summary, but it may be broader than some users expect.
Query all teams for issues with priority = urgent (1).
Use an account or Linear integration whose access is appropriate for the teams you want included.
Personal morning reflections and commitments will be saved in the named Obsidian vault.
The workflow persistently stores personal reflections, tasks, and priorities in an Obsidian daily note. This is core to the skill, but it involves sensitive personal context.
Parse the response and append to today's note in the Obsidian vault (🔥 Fires).
Ensure the Obsidian vault is the intended storage location and that any vault sync or sharing settings match your privacy expectations.
Actual reminder syncing depends on the separate apple-reminders skill and its permissions.
This skill delegates reminder changes to another skill that is not included in the reviewed artifact set. That dependency is expected for the workflow, but its behavior is outside this review.
Use the `apple-reminders` skill for this
Review and trust the apple-reminders skill before relying on this workflow to modify reminders.
