workflow-practices
Workflow rules for task execution, respecting user code, and git commits. Use when planning or executing development tasks.
$ Instalar
git clone https://github.com/eser/stack /tmp/stack && cp -r /tmp/stack/.claude/skills/workflow-practices ~/.claude/skills/stack// tip: Run this command in your terminal to install the skill
SKILL.md
name: workflow-practices description: Workflow rules for task execution, respecting user code, and git commits. Use when planning or executing development tasks.
workflow-practices
Quick Start
- Read codebase -> Create todo list -> Check plan -> Execute
- NEVER revert user changes or overwrite intentional code
- Do NOT create git commits unless explicitly requested
- Respect project's tooling decisions
Key Principles
- Work WITH user changes, not against them
- Fully implement all functionality (no placeholders)
- Be concise, minimize prose
- If uncertain, say so
References
See rules.md for complete conventions.
Repository

eser
Author
eser/stack/.claude/skills/workflow-practices
83
Stars
4
Forks
Updated6d ago
Added1w ago