nrslib b5ec0762b6 planner と architect-planner を統合し、knowledge で設計知識を補完する構成に変更
plan → architect → implement の3ステップを plan → implement の2ステップに統合。
planner ペルソナに構造設計・モジュール設計の知識を追加し、plan ステップに
knowledge: architecture を付与することで architect ステップを不要にした。
prompt-log-viewer ツールを追加。
2026-02-08 08:34:28 +09:00

598 B

# Task Plan

## Original Request
{User's request as-is}

## Analysis

### Objective
{What needs to be achieved}

### Scope
{Impact area}

### Design Decisions (only when design is needed)

#### File Structure
| File | Role |
|------|------|
| `src/example.ts` | Overview |

#### Design Patterns
- {Adopted patterns and where they apply}

### Implementation Approach
{How to proceed}

## Implementation Guidelines (only when design is needed)
- {Guidelines the Coder should follow during implementation}

## Open Questions (if any)
- {Unclear points or items that need confirmation}