A framework for managing AI agent work through persistent plan files stored in git rather than chat history. A plan-manager agent reads the repository, clarifies ambiguities with the user, writes task contracts, dispatches worker agents, and reconciles results—keeping the messy problem-solving at the management layer while workers execute clear, bounded tasks.
A4list is a paper-based habit and goal tracker using a single A4 sheet folded into four A6 segments, with checkboxes for tracking tasks over one or two weeks.
Scikit-decide is an open-source AI framework for reinforcement learning, automated planning, and scheduling that enables users to describe decision-making problems once and automatically match compatible solvers. The framework, initiated at Airbus with contributions from ANITI, TUPLES, and ANU, provides a growing catalog of domains and solvers including RL algorithms, planning solvers, and search methods, with extensibility to wrap state-of-the-art external domains and solvers.
Ordewell is a tool that converts a single goal into an ordered plan of coding-agent tasks, each with configurable runner, model, and mode, then executes and verifies them. It provides a transparent, editable plan before execution, supports multiple AI providers and runners, and includes both a CLI TUI and VS Code extension.
A talk examining collaborative planning with software agents, drawing parallels from anthropologist Thomas Gladwin's study of Chuukese navigators who improvise in real-time versus European navigators who plan rigidly in advance. The speaker, a researcher at GitHub Next, argues that plans are weak resources for real-world action and advocates for better tools enabling humans and agents to plan together collaboratively, moving beyond current isolated CLI-based question-answer interfaces.
The Awesome Calendar is a free printable linear calendar that visualizes the entire year as a continuous 1.5-metre timeline. Users download a PDF, print it on A4 sheets, cut the strips, and join them together to create a single timeline showing past and future as points on an axis.
LifeTrajectory is a free longevity assessment tool that provides personal orientation through a 12-question questionnaire. Created by Andreas Holzhäuser, it offers early insights into life trajectory and planning.
TattooPreview AI is a planning workflow tool that uses AI to generate three distinct tattoo concept directions from a written description, helping clients prepare clearer briefs for tattoo artist consultations. The platform guides users through meaning, mood, placement, and linework stages without claiming to produce finished tattoos, requiring professional artist review and redraw.
A design document articulates hard problems and coordinates decisions among development teams before implementation begins. Writing a design doc is most valuable for complex, risky, or multi-team projects, with investment level depending on project scope, risks, and team culture. Key decisions for design docs involve assessing the cost of being wrong—permanent architectural choices warrant detailed specification, while trivial implementation details do not.
A design document is a planning tool that helps teams coordinate work and avoid costly implementation mistakes by articulating hard problems and key decisions before coding begins. The investment in a design doc should match project complexity, risk, and team coordination needs, with the key question being whether getting a decision wrong would be expensive to fix.
Subnet Calc is a visual subnet planning tool for teams that helps users calculate and manage IP address subnets. The application stores designs locally in the browser and offers features like IP address input, prefix length configuration, and project saving.
AI has removed the friction that once forced deliberate planning, creating a choice between two approaches: building structure first before delegating to AI (improving efficiency by ~25%), or skipping planning and generating output immediately (reducing efficiency by ~18% due to verification costs). The critical skill is now planning and structuring work before delegation, not using AI itself.