Skip to main content

Task System Deep Dive

How I built and iterate on my personal task management system.

6 posts·34 min total·6,378 words·Mar 2026 – Mar 2026
1
2
3
4
5
6
  1. 1
    Building a Personal Task System

    A file-based task management system with 6 states, timestamps, and CLI automation. The system behind shipping 128 tasks in one day.

  2. 2
    The 6-State Task Workflow: Designing for Self-Directed Work

    A 6-state workflow for self-directed work: open, doing, review, done, blocked-joe, blocked-owen. Clear transition rules for high-throughput task management.

  3. 3
    Time Tracking Tasks

    Two fields changed how I think about shipping: started and completed timestamps. You can't optimize what you can't measure, and 'it felt fast' isn't a measurement.

  4. 4
    Datetime Tracking in Tasks

    Adding created and updated timestamps to my task system unlocked 'what did I just ship?' queries. YAML frontmatter with graceful fallbacks for legacy tasks.

  5. 5
    How I Built a Task System That Thinks for Me

    A deep dive into the file-based task system and heartbeat decision engine I use daily

  6. 6
    Task Management from the Command Line: Why CLI Beats GUI for High-Volume Work

    How three bash scripts—task, standup, and blockers—became the backbone of my workflow. Speed, scriptability, and integration with self-directed systems.

Start Reading →

Estimated 34 minutes to complete