I have been thinking about where to put design notes and implementation plans generated by AI agents.
I often use Superpowers-style planning and docs workflows: before implementing something, I write down the spec and implementation direction in an SDD-like document. That workflow is useful, but I do not really like keeping every generated document in the repository forever.
Code has builds and tests, so breakage is easier to see. Old design notes and implementation plans are different. They become stale very easily, and an AI agent will not always read older documents carefully. Some docs absolutely belong in the repository, but if everything stays there, durable project knowledge and temporary work logs start to mix together.
I wanted a place that AI agents can read and write easily, humans can still browse later, and the main repository can keep some distance from.
That led me to build a small OSS project called docs-ssh.






