Skip to content

Aidd create prompt#141

Draft
ericelliott wants to merge 6 commits intomainfrom
cursor/aidd-create-prompt-710d
Draft

Aidd create prompt#141
ericelliott wants to merge 6 commits intomainfrom
cursor/aidd-create-prompt-710d

Conversation

@ericelliott
Copy link
Collaborator

feat: Add aidd create --prompt and aidd agent command

This PR introduces the --prompt option to npx aidd create, allowing a one-shot AI agent to run in the new project directory after scaffolding. It also adds a new npx aidd agent subcommand for direct agent invocation.

Why:
To enable immediate AI-driven development post-scaffold and provide a standardized, reusable mechanism for configuring and invoking AI agents across the CLI and programmatic interfaces.

Key Changes:

  • Centralized Agent Logic: All agent-related code (config resolution, runner, CLI command, errors) is now collocated under lib/agent-cli/.
  • aidd/agent-config & aidd/agent Exports: Provides programmatic access to resolve agent configurations and run agents.
  • Unified Agent Resolution: A consistent priority chain (--agentConfig CLI > AIDD_AGENT_CONFIG env > agent-config in aidd-custom/config.yml > default) is used everywhere.
  • Manifest Integration: Scaffold manifest prompt: steps now utilize this new, non-interactive agent configuration.
  • Breaking Change: The --agent flag on npx aidd create has been renamed to --agentConfig.
  • Manifest Validation: Ensures aidd-custom/config.yml is likely present before prompt: steps execute.
Open in Web Open in Cursor 

cursoragent and others added 6 commits March 11, 2026 00:48
Co-authored-by: Eric Elliott <support@paralleldrive.com>
Co-authored-by: Eric Elliott <support@paralleldrive.com>
…olution

Co-authored-by: Eric Elliott <support@paralleldrive.com>
… dispatcher import

Co-authored-by: Eric Elliott <support@paralleldrive.com>
Co-authored-by: Eric Elliott <support@paralleldrive.com>
…er.js

Co-authored-by: Eric Elliott <support@paralleldrive.com>
@cursor
Copy link
Contributor

cursor bot commented Mar 11, 2026

Cursor Agent can help with this pull request. Just @cursor in comments and I'll start working on changes in this branch.
Learn more about Cursor Agents

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants