A guided study workflow for learning an article, document, PDF, link, skill, or codebase rather than merely receiving a summary. It explains the material in lessons, checks understanding, connects ideas to the learner’s work, and produces notes and learning materials.
A workflow for carrying out complex, unclear tasks over many steps with limited user interruption. It breaks the work into a queue, runs it in batches, checks progress, and reports when specific conditions are met.
A continuously maintained Chinese-language file for collecting product ideas, user pain points, and feature requests. It keeps ideas structured until they are clear enough to enter design or planning.
A case-study research workflow for a new tool, concept, or ecosystem. It collects real examples such as screenshots, source code, demonstrations, and original documentation into a browsable HTML collection.
A structured design process for new user interfaces whose screens have not been built yet. It moves from clarifying the idea to researching technical limits, comparing several layouts, and documenting every important screen state.
A workflow for having Codex complete coding work while Claude Code independently reviews the request, plan, implementation, and final result. The two models use separate roles, with the reviewer not editing the shared worktree.
A guided decision process for identifying the three most important priorities for a person's current stage of life or work. It gathers relevant evidence, tests assumptions, and revises its view when new information appears.
A GitHub publishing workflow that handles first-time uploads, routine updates, and tagged releases. Git is a system for recording code changes, while GitHub hosts repositories and releases online.
A guided search tool for finding and comparing public open-source projects on GitHub, a website where developers share code. It turns a natural-language request into a ranked, structured list of repositories.
A guided workflow for creating a personality document for Hermes or another conversational AI companion. It turns a rough character idea into a first-person description covering identity, appearance, personality, background, relationship, and speaking style.
A workflow for turning rough product ideas into clearly defined development tasks in an `ISSUES.md` file. An issue is a tracked problem or request; a task is a small piece of work ready to build.
A Chinese-language workflow for handling GitHub issues, from reading the full report through technical diagnosis, classification, decision-making, and drafting a reply. GitHub issues are discussions about bugs, questions, or requested features.
A discussion-based assistant for turning teaching ideas into a course outline and lesson materials. It first agrees on the course structure, then expands that structure into detailed teaching content.
A design workflow for creating browser-previewable HTML and CSS mock-ups that follow the visual style of native macOS applications. It covers pages such as dashboards, settings screens, lists, and detail views.
A structured method for examining the same material through several independent viewpoints. It uses multiple advisers, compares their agreements and disagreements, and combines the results into a diagnostic report.
A folder-organisation workflow that scans a directory, groups files by ownership, type, or status, and prepares a proposed structure before making changes.
A retired assistant for writing a high-level project plan between a project charter and a detailed technical design. It focuses on goals, scope, stages, users, and what counts as finished.
A testing workflow driven by a product requirements document (PRD), which describes what a software version should do. It turns acceptance criteria into unit, integration, and end-to-end tests, then records the plan and results.
A collaborative workflow for writing a product requirements document (PRD) and executable test cases together. A PRD explains the product behavior, while test cases define precise checks for whether the implementation works.