docs-update
Documentation Update Workflow
Workflow for documentation changes with SSOT awareness.
Prerequisites
- Use
git-workflowSkill for branch, commit, and PR workflow. - Understand SSOT structure before editing any documentation.
SSOT Awareness
Critical: Before editing documentation, identify if the file is an SSOT or references one.
SSOT Locations
| Category | SSOT Location | Description |
|---|---|---|
| Agent behavior | AGENTS.md |
Entry point for all agents |
| Agent instruction design | docs/ai/design.md |
Command/Skill/Rule architecture |
More from hiromaily/go-crypto-wallet
shell-scripts
Shell script development workflow. Use when modifying files in scripts/ directory or any *.sh files.
57makefile-update
Makefile development workflow. Use when modifying Makefile or files in make/ directory.
38btc-terminology
Critical Bitcoin terminology rules to prevent confusion between bech32m (encoding) and taproot (address type). Use when working on BTC-related code, config files, or shell scripts.
35db-migration
Database schema and migration workflow. Use when modifying database schemas in tools/atlas/ or SQLC queries in tools/sqlc/.
32openspec-propose
Propose a new change with all artifacts generated in one step. Use when the user wants to quickly describe what they want to build and get a complete proposal with design, specs, and tasks ready for implementation.
28wallet-cli
How to run watch, keygen, and sign wallet CLI commands. Use when executing wallet commands or testing wallet functionality.
18