@gurupanguji

April 20-21 Snippet Batch Design

Objective

Migrate the unblogged April 20 and April 21, 2026 notes from the Obsidian rr vault’s lit/snippets folder into Jekyll blog posts, then schedule the resulting posts one per day starting on 2026-04-25.

Scope

Source Set

The current vault scan shows six eligible notes. The April 20 Gemini note is already blogged and stays out of this batch.

Schedule

Map the notes in chronological created order to these publish dates:

Each scheduled post should use the repository’s standard future-post timestamp convention: 05:00 PT, which validates as 12:00:00 +0000 during daylight saving time.

Post Shape

Workflow

  1. Create or reuse the GitHub issue that tracks this batch.
  2. Work on a feature branch, not main.
  3. Write the implementation plan in docs/superpowers/plans/.
  4. Transform the seven source notes into _posts/ and _snippets/ files with the scheduled publish dates above.
  5. Update the source notes in Obsidian so the blogged flags and timestamps match the generated posts.
  6. Verify filename/date alignment, body preservation, and scheduled timestamp compliance.
  7. Commit, push, and open a PR.

Risks and Constraints

Success Criteria