[CRITICAL BUG] /alfred:0-project command hangs during initialization - Task delegation fails

Resolved 💬 1 comment Opened Nov 15, 2025 by SYRS-AI Closed Nov 15, 2025

Bug: /alfred:0-project Initialization Failure

Problem

The /alfred:0-project command hangs with error: [Request interrupted by user for tool use]

This blocks ALL users from initializing new projects via Alfred workflow.

What Happens

  1. ✅ Creates .moai directory structure (14:35:17)
  2. ✅ Generates config.json (14:35:22)
  3. ❌ HANGS on project-manager Task() delegation
  4. ❌ .moai/project/ folder remains EMPTY

Timeline Evidence

  • 14:35:17: .moai/project/ created
  • 14:35:22: config.json created
  • 14:35:22+: Hangs (never completes)

Expected

  • Complete project initialization
  • User interview
  • Project analysis in .moai/project/
  • Next steps guidance

Actual

  • Incomplete initialization
  • Empty .moai/project/ folder
  • No metadata or analysis files
  • Command never returns

Environment

  • Windows (win32)
  • MOAI-ADK v0.25.6
  • Claude Code v4.0+
  • Personal mode project

Root Cause

Task(subagent_type='project-manager') delegation fails silently. No error message, no recovery, command hangs indefinitely.

Impact

CRITICAL - Alfred workflow completely broken at step 0. Users cannot initialize projects.

View original on GitHub ↗

This issue has 1 comment on GitHub. Read the full discussion on GitHub ↗