Maintaining Documentation After Code Changes

12
cipherstashcipherstash

Two-phase workflow to keep project documentation synchronized with code changes

193 days ago

TDD Enforcement Algorithm

12
cipherstashcipherstash

Algorithmic decision tree enforcing test-first development via boolean conditions instead of imperatives

193 days ago

finishing-a-development-branch

12
cipherstashcipherstash

Use when implementation is complete, all tests pass, and you need to decide how to integrate the work - guides completion of development work by presenting structured options for merge, PR, or cleanup

193 days ago

using-git-worktrees

12
cipherstashcipherstash

Use when starting feature work that needs isolation from current workspace or before executing implementation plans - creates isolated git worktrees with smart directory selection and safety verification

193 days ago

Creating Quality Gates

12
cipherstashcipherstash

Establish workflow boundary checklists with clear pass/fail criteria and escalation procedures

193 days ago

Creating Research Packages

12
cipherstashcipherstash

Document complex domain knowledge as self-contained packages with multiple reading paths

193 days ago

Documenting Debugging Workflows

12
cipherstashcipherstash

Create symptom-based debugging documentation that matches how developers actually search for solutions

193 days ago

testing-skills-with-subagents

12
cipherstashcipherstash

Use when creating or editing skills, before deployment, to verify they work under pressure and resist rationalization - applies RED-GREEN-REFACTOR cycle to process documentation by running baseline without skill, writing to address failures, iterating to close loopholes

193 days ago

Systematic Type Migration

12
cipherstashcipherstash

Safe refactoring workflow for replacing old types with new type-safe implementations through integration-test-first, file-by-file migration with incremental verification

193 days ago

Algorithmic Command Enforcement

12
cipherstashcipherstash

Use boolean decision trees instead of imperatives for 100% compliance under pressure

193 days ago

Conducting Code Review

12
cipherstashcipherstash

Complete workflow for conducting thorough code reviews with structured feedback

193 days ago

test-driven-development

12
cipherstashcipherstash

Use when implementing any feature or bugfix, before writing implementation code - write the test first, watch it fail, write minimal code to pass; ensures tests actually verify behavior by requiring failure first

193 days ago

Validating Review Feedback

12
cipherstashcipherstash

Validate code review feedback against implementation plan to prevent scope creep and derailment

193 days ago

subagent-driven-development

12
cipherstashcipherstash

Use when executing implementation plans with independent tasks in the current session - dispatches fresh subagent for each task with code review between tasks, enabling fast iteration with quality gates

193 days ago

following-plans

12
cipherstashcipherstash

Algorithmic decision tree for when to follow plan exactly vs when to report BLOCKED - prevents scope creep and unauthorized deviations

193 days ago

dual-verification

12
cipherstashcipherstash

Use two independent agents for reviews or research, then collate findings to identify common findings, unique insights, and divergences

193 days ago

sharing-skills

12
cipherstashcipherstash

Use when you've developed a broadly useful skill and want to contribute it upstream via pull request - guides process of branching, committing, pushing, and creating PR to contribute skills back to upstream repository

193 days ago

Commit Workflow

12
cipherstashcipherstash

Systematic commit process with pre-commit checks, atomic commits, and conventional commit messages

193 days ago

requesting-code-review

12
cipherstashcipherstash

Use when completing tasks, implementing major features, or before merging to verify work meets requirements - dispatches cipherpowers:code-review-agent subagent to review implementation against plan or requirements before proceeding

193 days ago

brainstorming

12
cipherstashcipherstash

Use when creating or developing, before writing code or implementation plans - refines rough ideas into fully-formed designs through collaborative questioning, alternative exploration, and incremental validation. Don't use during clear 'mechanical' processes

193 days ago

using-cipherpowers

12
cipherstashcipherstash

Use when starting any conversation - establishes mandatory workflows for finding and using skills, including using Skill tool before announcing usage, following brainstorming before coding, and creating TodoWrite todos for checklists

193 days ago

dispatching-parallel-agents

12
cipherstashcipherstash

Use when facing 3+ independent failures that can be investigated without shared state or dependencies - dispatches multiple Claude agents to investigate and fix independent problems concurrently

193 days ago

revising-findings

12
cipherstashcipherstash

Implement findings from verification reports with scope-based parallel workflow

193 days ago

Organizing Documentation

12
cipherstashcipherstash

Set up or reorganize project documentation using intent-based structure (BUILD/FIX/UNDERSTAND/LOOKUP)

193 days ago

Conducting Plan Review

12
cipherstashcipherstash

Complete workflow for evaluating implementation plans before execution with quality checklist and structured feedback

193 days ago

executing-plans

12
cipherstashcipherstash

Use when partner provides a complete implementation plan to execute in controlled batches with review checkpoints - loads plan, reviews critically, executes tasks in batches, reports for review between batches

193 days ago