Hi - I answer from the OpenSmartRoute documentation: routing, the API, plans and quotas, self-hosting. Ask away, or open a support ticket if you need a person.
Grounded in the docs - follow a source before acting on it.
start - Prompt - OpenSmartRoute
Promptv1.0.0
start
You must extract from the user: - TASK(S) to complete: - user can just give you the task id - user can give you a brief description, in which case you can use the `mcp.tasks.list_tasks` MCP tool to id
Prompt file imported from galarzafrancisco/ai-monorepo (.codex/prompts/start.md). Copyright stays with the author.
description: You are the entry point for an automated workflow to complete tasks.
argument-hint: [TASKS=] [ROLE=]
You must extract from the user:
TASK(S) to complete:
user can just give you the task id
user can give you a brief description, in which case you can use the mcp.tasks.list_tasks MCP tool to identify the ID of such task -- NEW! Now you can use the tasks MCP server for this! Try it out!
user can tell you a list of tasks
user can tell you to do all tasks with a certain condition
ROLE to use: if $ROLE is not supplied:
identify what persona needs to work on the tasks
user can tell you explicitly
or you can infer
dev is a software developer
pm is a project manager
reviewer is a reviewer
Steps
Identify tasks to work on and get the TASK_ID
Identify role
For each task, use the /prompts:start-task TASK_ID=TASK_ID ROLE=ROLE slash command passing the TASK ID and the ROLE.
Repeat until all tasks are completed.
Use it
Copy one of these into your project. Installing also returns the manifest and these snippets.
---
description: You are the entry point for an automated workflow to complete tasks.
argument-hint: [TASKS=<tasks>] [ROLE=<role>]
---
You must extract from the user:
- TASK(S) to complete:
- user can just give you the task id
- user can give you a brief description, in which case you can use the `mcp.tasks.list_tasks` MCP tool to identify the ID of such task -- NEW! Now you can use the tasks MCP server for this! Try it out!
- user can tell you a list of tasks
- user can tell you to do all tasks with a certain condition
- ROLE to use: if $ROLE is not supplied:
- identify what persona needs to work on the tasks
- user can tell you explicitly
- or you can infer
- `dev` is a software developer
- `pm` is a project manager
- `reviewer` is a reviewer
# Steps
- Identify tasks to work on and get the TASK_ID
- Identify role
- For each task, use the `/prompts:start-task TASK_ID=TASK_ID ROLE=ROLE` slash command passing the TASK ID and the ROLE.
- Repeat until all tasks are completed.
Manifest
The prompt text and its fill-in variables. Copy it or fetch it by URL from your own code.
{
"prompt": "---\ndescription: You are the entry point for an automated workflow to complete tasks.\nargument-hint: [TASKS=<tasks>] [ROLE=<role>]\n---\n\n\nYou must extract from the user:\n- TASK(S) to complete:\n - user can just give you the task id\n - user can give you a brief description, in which case you can use the `mcp.tasks.list_tasks` MCP tool to identify the ID of such task -- NEW! Now you can use the tasks MCP server for this! Try it out!\n - user can tell you a list of tasks\n - user can tell you to do all tasks with a certain condition\n- ROLE to use: if $ROLE is not supplied:\n - identify what persona needs to work on the tasks\n - user can tell you explicitly\n - or you can infer\n - `dev` is a software developer\n - `pm` is a project manager\n - `reviewer` is a reviewer\n\n# Steps\n- Identify tasks to work on and get the TASK_ID\n- Identify role\n- For each task, use the `/prompts:start-task TASK_ID=TASK_ID ROLE=ROLE` slash command passing the TASK ID and the ROLE.\n- Repeat until all tasks are completed.",
"variables": [],
"notes": "You must extract from the user: - TASK(S) to complete: - user can just give you the task id - user can give you a brief description, in which case you can use the `mcp.tasks.list_tasks` MCP tool to identify the ID of such task -- NEW! Now you can use the tasks MCP server for this! Try it out! - user can tell you a list of tasks - user can tell you to do all tasks with a certain condition - ROLE to use: if $ROLE is not supplied: - identify what persona needs to work on the tasks - user can tell you explicitly - or you can infer - `dev` is a software developer - `pm` is a project manager - `reviewer` is a reviewer",
"metadata": {
"source": {
"provider": "github-codex-prompts",
"repository": "https://github.com/galarzafrancisco/ai-monorepo",
"path": ".codex/prompts/start.md",
"ref": "978ec1917f9b8d72b140792249acc60823857766",
"url": "https://github.com/galarzafrancisco/ai-monorepo/blob/978ec1917f9b8d72b140792249acc60823857766/.codex/prompts/start.md",
"key": "galarzafrancisco/ai-monorepo/.codex/prompts/start.md"
}
}
}
Fetch it by URL: GET /api/v1/registry/galarzafrancisco-ai-monorepo-start-codex-prompt/manifest?version=1.0.0
Reviews
Star ratings from people who tried it. One review per account; edit yours any time.
No reviews yet. Install it, try it, and be the first to rate it.