Organize reusable prompt assets#1
Open
sealofyou wants to merge 1 commit into
Open
Conversation
The repository only had a documentation skeleton, so this adds a small prompt asset layer with an index, management rules, reusable prompt cards, source notes, and handoff records. The structure follows the existing AGENTS.md split between rules, templates, memories, and work logs. Constraint: Existing AGENTS.md requires durable documentation to be separated by information type Rejected: Copy raw local prompt files wholesale | raw files mix reusable prompts with local paths and historical scaffolding Confidence: high Scope-risk: narrow Directive: Keep prompt rules in docs/rules and reusable prompt bodies in docs/templates/prompts Tested: git diff --check; rg trailing whitespace scan; manual read of prompt index and handoff Not-tested: Markdown rendering on GitHub after push
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.
Summary
整理当前可复用的提示词资产,并按仓库现有
AGENTS.md约定拆到规则、模板、记忆和工作记录中。Changes
docs/README.mdas the documentation entry point.docs/rules/.docs/templates/prompts/:docs/memories/.docs/work/.readme.mdto point to the new documentation entry.Verification
git diff --checkrgNotes
This is documentation-only. I did not add application code or dependencies.