HackMD Blog
      • Sharing URL Link copied
      • /edit
      • View mode
        • Edit mode
        • View mode
        • Book mode
        • Slide mode
        Edit mode View mode Book mode Slide mode
      • Customize slides
      • Note Permission
      • Read
        • Owners
        • Signed-in users
        • Everyone
        Owners Signed-in users Everyone
      • Write
        • Owners
        • Signed-in users
        • Everyone
        Owners Signed-in users Everyone
      • Engagement control Commenting, Suggest edit, Emoji Reply
    • Invite by email
      Invitee

      This note has no invitees

    • Publish Note

      Share your work with the world Congratulations! 🎉 Your note is out in the world Publish Note No publishing access yet

      Your note will be visible on your profile and discoverable by anyone.
      Your note is now live.
      This note is visible on your profile and discoverable online.
      Everyone on the web can find and read all notes of this public team.

      Your account was recently created. Publishing will be available soon, allowing you to share notes on your public page and in search results.

      Your team account was recently created. Publishing will be available soon, allowing you to share notes on your public page and in search results.

      Explore these features while you wait
      Complete general settings
      Bookmark and like published notes
      Write a few more notes
      Complete general settings
      Write a few more notes
      See published notes
      Unpublish note
      Please check the box to agree to the Community Guidelines.
      View profile
    • Commenting
      Permission
      Disabled Forbidden Owners Signed-in users Everyone
    • Enable
    • Permission
      • Forbidden
      • Owners
      • Signed-in users
      • Everyone
    • Suggest edit
      Permission
      Disabled Forbidden Owners Signed-in users Everyone
    • Enable
    • Permission
      • Forbidden
      • Owners
      • Signed-in users
    • Emoji Reply
    • Enable
    • Versions and GitHub Sync
    • Note settings
    • Note Insights New
    • Engagement control
    • Make a copy
    • Transfer ownership
    • Delete this note
    • Insert from template
    • Import from
      • Dropbox
      • Google Drive
      • Gist
      • Clipboard
    • Export to
      • Dropbox
      • Google Drive
      • Gist
    • Download
      • Markdown
      • HTML
      • Raw HTML
Menu Note settings Note Insights Versions and GitHub Sync Sharing URL Help
Menu
Options
Engagement control Make a copy Transfer ownership Delete this note
Import from
Dropbox Google Drive Gist Clipboard
Export to
Dropbox Google Drive Gist
Download
Markdown HTML Raw HTML
Back
Sharing URL Link copied
/edit
View mode
  • Edit mode
  • View mode
  • Book mode
  • Slide mode
Edit mode View mode Book mode Slide mode
Customize slides
Note Permission
Read
Owners
  • Owners
  • Signed-in users
  • Everyone
Owners Signed-in users Everyone
Write
Owners
  • Owners
  • Signed-in users
  • Everyone
Owners Signed-in users Everyone
Engagement control Commenting, Suggest edit, Emoji Reply
  • Invite by email
    Invitee

    This note has no invitees

  • Publish Note

    Share your work with the world Congratulations! 🎉 Your note is out in the world Publish Note No publishing access yet

    Your note will be visible on your profile and discoverable by anyone.
    Your note is now live.
    This note is visible on your profile and discoverable online.
    Everyone on the web can find and read all notes of this public team.

    Your account was recently created. Publishing will be available soon, allowing you to share notes on your public page and in search results.

    Your team account was recently created. Publishing will be available soon, allowing you to share notes on your public page and in search results.

    Explore these features while you wait
    Complete general settings
    Bookmark and like published notes
    Write a few more notes
    Complete general settings
    Write a few more notes
    See published notes
    Unpublish note
    Please check the box to agree to the Community Guidelines.
    View profile
    Engagement control
    Commenting
    Permission
    Disabled Forbidden Owners Signed-in users Everyone
    Enable
    Permission
    • Forbidden
    • Owners
    • Signed-in users
    • Everyone
    Suggest edit
    Permission
    Disabled Forbidden Owners Signed-in users Everyone
    Enable
    Permission
    • Forbidden
    • Owners
    • Signed-in users
    Emoji Reply
    Enable
    Import from Dropbox Google Drive Gist Clipboard
       Owned this note    Owned this note      
    Published Linked with GitHub
    • Any changes
      Be notified of any changes
    • Mention me
      Be notified of mention me
    • Unsubscribe
    --- title: "How Stoffel Labs Uses HackMD as the Governance Layer for AI-Generated Docs" tags: en, use-case description: "See how Stoffel Labs uses HackMD to turn AI-generated PRDs and RFCs into shared, reviewable team knowledge using notes, Books, and inline comments." image: "https://hackmd.io/_uploads/HJW0lf9Abx.jpg" author: ChaseHack summary: AI tools can draft PRDs, RFCs, and design rationale faster than teams can review them. Stoffel Labs and HashCloak founder Mikerah Quintyne-Collins shares the workflow her team uses to close that gap. date: "2026-05-07" --- There's a quiet shift happening in how technical teams work with AI. A year ago, the conversation was about whether AI could write a useful first draft of a PRD, an RFC, or a bug report. Today, that's settled — it can. The new question is much harder: **once AI is producing more documentation than any single person can review, where does the team actually align?** Code reviews catch code drift. Standups catch scheduling drift. But there hasn't been a clear answer for *documentation drift*, the gap between what an AI assistant generated, what an engineer actually intended, and what the rest of the team thinks is happening. Without a shared layer in the middle, AI-generated docs tend to live wherever they were created: in someone's Obsidian vault, in a Claude conversation, in a Codex session that closes when the laptop sleeps. ![documentation_drift_vs_alignment (1)](https://hackmd.io/_uploads/rk_mWzq0Zg.jpg) We've been talking with teams about how they're solving this, and one conversation stood out. Mikerah Quintyne-Collins, the founder of [HashCloak](https://hashcloak.com) and [Stoffel Labs](https://stoffelmpc.com/) — both working at the frontier of privacy-preserving infrastructure for blockchains. She walked us through her team's workflow. It's a clean, opinionated example of what HackMD is becoming for technical teams in 2026: not just an editor, but the **governance layer** between AI-generated work and team alignment. ## The shift: from "where do I write?" to "where does the team agree?" Most engineers have already settled their personal documentation tools. Mikerah uses [Obsidian](https://obsidian.md/) as her local store, it's where she captures rough thoughts, stages prompts before sending them to Claude or Codex, and keeps the messy intermediate work that doesn't need to be shared. Her team works alongside [AI coding tools](https://hackmd.io/blog/2026/01/28/vibe-code-2026-hackmd?utm_source=blog&utm_medium=recent-posts) every day, and she typically drives that work from the CLI. That part is solved. What wasn't solved and what HackMD ended up filling is the moment a piece of work needs to leave a single person's head and become a shared artifact the team can react to, push back on, and build from. Here's how she described that flow, in her own words: > "My flow for doing coding work is now: > > - Write a rough PRD of the requirements I need implemented. This is done in Obsidian before I copy the prompt to Claude/Codex. > - Have Claude/Codex turn this rough PRD into an actual PRD. > - Iterate on the PRD until it actually matches what I need. At this point, this gets posted to HackMD as a note. > - From the PRD, generate RFCs. RFCs provide the implementation details needed to actually implement the PRD successfully. > - Iterate on the RFCs until they match what I need for an initial implementation. Once finalized, this gets posted to HackMD as a HackMD book that references the PRD note in the main chapter." ![stoffel_workflow_diagram (1)](https://hackmd.io/_uploads/B1WE-zq0-g.jpg) There's a subtle but important pattern here. AI is doing the heavy lifting of drafting and iteration. Obsidian is the local scratchpad. But the moment something becomes *real*, the moment it has to be defended, reviewed, or built against, it moves into HackMD. That movement is the governance step. ## Why move into HackMD, specifically? When we asked Mikerah why HackMD is the destination, instead of just pushing the markdown into Git, or sharing a link to an Obsidian vault, or pasting it into a doc tool, her answer kept coming back to a few practical things. **Concrete, technical detail without forcing everyone into Git.** Her team needs to understand the *rationale* for a feature, not just the implementation. HackMD lets her share that rationale in a form engineers can read, comment on inline, and respond to without opening a pull request. As she put it: "It makes it easier to share with the team in concrete, technical details the features and rationale for a specific component. It helps them then orientate their own software decisions accordingly and they can easily push back against my thoughts as well." **Long-term, durable knowledge.** PRDs and RFCs aren't disposable. They're the record of why the team made the choices they made. Mikerah described this layer as "sort of like ADRs" — referencing the [Architecture Decision Record](https://adr.github.io/) pattern that Michael Nygard popularized in 2011. Used this way, HackMD notes and Books become an institutional memory that survives the AI session that produced the first draft. **Structure that scales with the work.** A single PRD is a HackMD note. But once you generate the RFCs that flow from it, you have a small library and HackMD's [Book mode](https://hackmd.io/s/how-to-create-book) lets her organize those RFCs as chapters that reference the original PRD note. The team gets one canonical entry point and a coherent walkthrough of the design, instead of a folder of disconnected files. ## Beyond drafting: using HackMD to interrogate the past The most interesting part of the conversation wasn't about generating new documentation. It was about using HackMD to make sense of work that *already* happened. Mikerah described two patterns her team uses regularly: **Reverse-engineering rationale from existing code and conversations.** She'll point an AI model at a code component and ask it to articulate the design decisions encoded in it. Then bring that into HackMD for the team to review. She does the same with decisions that came out of standups or Slack threads, where the rationale never made it into a written artifact. "It forces [us] to either double down or reconsider past decisions and integrate it into our release schedule." **Finding the gaps.** Used this way, HackMD becomes a place to surface what *should* exist but doesn't — the missing rationale, the unreviewed assumption, the spec that was implied but never written down. This is where the governance framing really lands. AI assistants are excellent at producing first drafts, including drafts of work that already happened. But a draft only becomes governance when it's somewhere the team can see it, argue with it, and commit to it. That somewhere needs to be more durable than a chat window and more accessible than a Git repo. ## What changed in practice We asked Mikerah, point blank, what this workflow has actually improved for her team. Her answer was concise: > "Less context getting lost and better alignment." That phrase deserves to be sat with. It's not "we ship 30% faster" — that kind of metric tends to be invented after the fact anyway. It's the more honest version: the team knows what each other is working on, *why*, and what was decided. The AI generates the volume; HackMD makes the volume legible. ## Why this matters for any team building with AI right now Stoffel Labs is a specific kind of team — small, technical, building infrastructure where design decisions have real cryptographic and security consequences. But the pattern Mikerah describes is increasingly universal: 1. **Local AI work happens fast.** Engineers use Obsidian, Cursor, Claude, Codex, or some combination. Drafts are cheap. 2. **Team alignment doesn't.** The gap between "I have a draft" and "the team agrees on the direction" is where most projects stall. 3. **A shared, durable, comment-friendly layer is what closes that gap.** Not a chat thread. Not a Git repo. Something in the middle. For Stoffel Labs, HackMD is that middle layer. Notes capture the canonical version of a PRD. Books organize the RFCs that depend on it. Comments and inline edits let the team push back. And the whole thing persists — long after the AI session that produced the first draft has been closed. If you're working with AI tools every day and finding that the bottleneck has moved from *writing* to *agreeing*, the workflow Mikerah described is worth using. ## Try it for your own team The fastest way to feel this is to take one document your team is currently arguing about — a spec, a bug report, an architecture proposal and move it into HackMD. Invite the team. Let them comment inline. See what surfaces. If you want to lean further into the AI-assisted version of this flow, the [HackMD CLI](https://www.npmjs.com/package/@hackmd/hackmd-cli) and the [Developer Portal](https://hackmd.io/@hackmd-api/developer-portal) make it straightforward to push markdown into HackMD from wherever your team is already working — including from agents and CLI-driven workflows. <div style="text-align: center; font-family: 'Inter', sans-serif; margin: 2em 0;"> <a href="https://hackmd.io/login" target="_blank" style="display: inline-block; background-color: #453aff; color: white; padding: 14px 28px; text-decoration: none; font-weight: 600; font-size: 16px; border-radius: 8px;"> GET STARTED </a> </div>

    Import from clipboard

    Paste your markdown or webpage here...

    Advanced permission required

    Your current role can only read. Ask the system administrator to acquire write and comment permission.

    This team is disabled

    Sorry, this team is disabled. You can't edit this note.

    This note is locked

    Sorry, only owner can edit this note.

    Reach the limit

    Sorry, you've reached the max length this note can be.
    Please reduce the content or divide it to more notes, thank you!

    Import from Gist

    Import from Snippet

    or

    Export to Snippet

    Are you sure?

    Do you really want to delete this note?
    All users will lose their connection.

    Create a note from template

    Create a note from template

    Oops...
    This template has been removed or transferred.
    Upgrade
    All
    • All
    • Team
    No template.

    Create a template

    Upgrade

    Delete template

    Do you really want to delete this template?
    Turn this template into a regular note and keep its content, versions, and comments.

    This page need refresh

    You have an incompatible client version.
    Refresh to update.
    New version available!
    See releases notes here
    Refresh to enjoy new features.
    Your user state has changed.
    Refresh to load new user state.

    Sign in

    Forgot password
    or
    Sign in via Google Sign in via Facebook Sign in via X(Twitter) Sign in via GitHub Sign in via Dropbox Sign in with Wallet
    Wallet ( )
    Connect another wallet

    New to HackMD? Sign up

    By signing in, you agree to our terms of service.

    Help

    • English
    • 中文
    • Français
    • Deutsch
    • 日本語
    • Español
    • Català
    • Ελληνικά
    • Português
    • italiano
    • Türkçe
    • Русский
    • Nederlands
    • hrvatski jezik
    • język polski
    • Українська
    • हिन्दी
    • svenska
    • Esperanto
    • dansk

    Documents

    Help & Tutorial

    How to use Book mode

    Slide Example

    API Docs

    Edit in VSCode

    Install browser extension

    Contacts

    Feedback

    Discord

    Send us email

    Resources

    Releases

    Pricing

    Blog

    Policy

    Terms

    Privacy

    Cheatsheet

    Syntax Example Reference
    # Header Header 基本排版
    - Unordered List
    • Unordered List
    1. Ordered List
    1. Ordered List
    - [ ] Todo List
    • Todo List
    > Blockquote
    Blockquote
    **Bold font** Bold font
    *Italics font* Italics font
    ~~Strikethrough~~ Strikethrough
    19^th^ 19th
    H~2~O H2O
    ++Inserted text++ Inserted text
    ==Marked text== Marked text
    [link text](https:// "title") Link
    ![image alt](https:// "title") Image
    `Code` Code 在筆記中貼入程式碼
    ```javascript
    var i = 0;
    ```
    var i = 0;
    :smile: :smile: Emoji list
    {%youtube youtube_id %} Externals
    $L^aT_eX$ LaTeX
    :::info
    This is a alert area.
    :::

    This is a alert area.

    Versions and GitHub Sync
    Get Full History Access

    • Edit version name
    • Delete

    revision author avatar     named on  

    More Less

    Note content is identical to the latest version.
    Compare
      Choose a version
      No search result
      Version not found
    Sign in to link this note to GitHub
    Learn more
    This note is not linked with GitHub
     

    Feedback

    Submission failed, please try again

    Thanks for your support.

    On a scale of 0-10, how likely is it that you would recommend HackMD to your friends, family or business associates?

    Please give us some advice and help us improve HackMD.

     

    Thanks for your feedback

    Remove version name

    Do you want to remove this version name and description?

    Transfer ownership

    Transfer to
      Warning: is a public team. If you transfer note to this team, everyone on the web can find and read this note.

        Link with GitHub

        Please authorize HackMD on GitHub
        • Please sign in to GitHub and install the HackMD app on your GitHub repo.
        • HackMD links with GitHub through a GitHub App. You can choose which repo to install our App.
        Learn more  Sign in to GitHub

        Push the note to GitHub Push to GitHub Pull a file from GitHub

          Authorize again
         

        Choose which file to push to

        Select repo
        Refresh Authorize more repos
        Select branch
        Select file
        Select branch
        Choose version(s) to push
        • Save a new version and push
        • Choose from existing versions
        Include title and tags
        Available push count

        Pull from GitHub

         
        File from GitHub
        File from HackMD

        GitHub Link Settings

        File linked

        Linked by
        File path
        Last synced branch
        Available push count

        Danger Zone

        Unlink
        You will no longer receive notification when GitHub file changes after unlink.

        Syncing

        Push failed

        Push successfully