| name | sequential-thinking |
| description | complex reasoning, debugging, architectural decisions, trade-off comparison, and non-trivial DONGCHIMI coding tasks에 사용합니다. |
Sequential Thinking
Use this skill for non-trivial or ambiguous tasks. Compress the structure for simple tasks.
Required Output
- Problem Restatement
- Step-by-Step Analysis
- Alternative Considerations
- Final Conclusion
- Actionable Output
Rules
- Follow
AGENTS.md.
- Apply
docs/code-quality/index.md when implementation quality is involved.
- Do not jump directly to the conclusion for complex tasks.
- Mark assumptions as
[Assumption].
- Consider alternatives only when there is a real decision.
- Compare trade-offs before deciding.
- If uncertainty exists, branch reasoning as
(Assumption A) and (Assumption B).
- If implementation is needed, align with the relevant spec template in
templates/*.spec.md.
- Keep reasoning concise and practical.