Add doc-harness: document-based project control skill#846
Open
cilidinezy-commits wants to merge 1 commit intoanthropics:mainfrom
Open
Add doc-harness: document-based project control skill#846cilidinezy-commits wants to merge 1 commit intoanthropics:mainfrom
cilidinezy-commits wants to merge 1 commit intoanthropics:mainfrom
Conversation
Doc Harness creates a structured documentation system (5 files) for any project, enabling AI agents to maintain project state, follow working principles, and persist important information across context resets. Commands: /doc-harness init (create docs) and /doc-harness check (audit + reflect) Full repo: https://github.com/cilidinezy-commits/doc-harness License: MIT
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
New Community Skill: doc-harness
What it does: Doc Harness is a document-based project control system for AI-human collaboration. It creates and maintains 5 structured documents per project that keep the project organized, enforce working principles, and persist important information across context resets.
Commands:
/doc-harness init— Create status documentation for a new or existing project/doc-harness check— Audit documentation health + reflect on working principlesKey innovation: The "moving car" structure for CURRENT_STATUS.md — recent history (tire tracks), current work detail (car body), next steps (headlights), phase principles (driving manual) — enables instant context recovery after memory loss.
Core principle: "Write It Down or Lose It" — important information must be saved to files and registered in an index, because AI context is temporary.
Full repository: https://github.com/cilidinezy-commits/doc-harness
License: MIT
Languages: English and Chinese versions available