CommandCodeAI / CommandCodeAI/command-code

Custom Agents Don't Work

Open
#379 3 comments 1 reaction 0 assignees View on GitHub

Nobody has claimed this yet.

p1
Dominant language
No language data
Stars
4k
Forks
350
PR merge metrics
No merged PRs in 30d

Description

Summary

I use custom agents heavily in 4 other tools; they dont work in CMD. This includes:

  • Can't invoke a specific agent in prompt
  • One agent can't automatically invoke another agent
  • Handoffs don't work between agents if orchestration is required
Expected Behavior
  1. Ability to invoke orchestrator/master agent
  2. The master agent identifies intent and delegates sub agents for research with an observable Delegation Prompt
  3. The master agent reads the context returned by subagent
Actual Behavior

Refer screenshots

Image Image Image Image
Steps to reproduce the issue

Reproduction:
While I can't share my custom agents, the speckit framework remains the easiest way to reproduce the issue. It is available with almost all coding tools https://github.com/github/spec-kit. It takes hardly 5 mins to reproduce; install speckit, and try to run the speckit commands /specify, /plan /analyze.

Command Code Version

0.26.7

Operating System

macOS

Terminal/IDE

vscode

Shell

bash

Additional context

No response

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by reproducing the issue in VS Code with the speckit framework and the /specify, /plan, and /analyze commands. Compare custom-agent invocation, delegation prompts, handoffs, and returned context; done means the orchestrator can delegate to subagents and consume their context as described.

Written by the indexing model from the issue text.

Assessment

Tech stack
bash, macos, vscode
Domain
ai, cli
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Quiet
Clarity
Needs clarification
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.