start-context
Starts a task-specific context by reading a YAML configuration and combining prompts from referenced files to guide AI development.
Instructions
Start a new context for a task. Reads -context.yaml file from the assets directory. Combines prompts from all referenced files (personas, rules, mcps, actions) to provide context for AI development.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| contextName | Yes | Name of the context to start (e.g., feature, api, test) | |
| projectRoot | Yes | The directory of the project. Must be an absolute path. | |
| enhancedPrompt | No | Use enhanced prompts with detailed guidelines instead of simple prompts |