An interactive interview that turns a recurring activity into a written workflow specification. The specification is stored in a workflows folder, while shared terms and notes about your working environment are kept separately.
A review of a coding-agent session that looks for ways to improve the agent's environment and instructions. It examines navigation, automated checks, coding standards, information access, tool usage, and unnecessary instructions.
A setup for TypeScript packages that hides their implementation behind files at the package root. Dependency-cruiser checks that outside code uses these entry points, prevents dependency cycles, and keeps internal folders private.
A guided writing method for turning a fixed Markdown source file into an article one section at a time. It introduces each idea before relying on it and lets the user choose the next section.
A writing aid for exploring ideas as raw, readable fragments and saving them to a Markdown file. It keeps the material unstructured instead of turning it into an outline or finished article.
A writing workflow that turns a raw Markdown file into a structured article through staged drafting and review. Markdown is plain text with simple symbols for headings, lists, and other formatting.
A template builder for coding exercises, organized into sections and exercises with problem, solution, and explanation folders. It creates the files and structure expected by the project’s lint checker.
A setup guide for Git pre-commit checks, which run automatically before a commit is created. It configures Husky, lint-staged, Prettier, type checking, and tests in a repository.
An instruction for repeatedly questioning a plan or design to expose weak assumptions and improve it. The questioning continues until the plan has been examined in depth.
A structured questioning method for testing a plan, decision, or idea through successive rounds. Each answer opens the next set of dependent questions until the design is fully examined.
A handoff document that records the important context from one coding-agent conversation for another agent. It is saved in the operating system's temporary folder and includes suggested skills for the next agent.
A workspace-based teaching guide for helping a user learn a new skill or concept over multiple sessions. It uses mission notes, reference materials, lessons, resources, and learning records to track progress.
A questionnaire-writing method for turning unanswered decisions into a document for someone with the missing knowledge. It first clarifies who should answer and what decisions their answers must support.
A clarification helper that asks for more context when a previous request is unclear. It uses simplified technical English and can follow shared language guidance in a project.