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.
feature - Prompt - OpenSmartRoute
Promptv1.0.0
feature
Full feature workflow — start fresh from a JIRA ticket, or resume an in-progress feature from a PR link. Reads the ticket (or PR state), plans implementation, writes code, self-reviews, and submits a
Prompt file imported from aranjandev/jira2pr (.github/prompts/feature.prompt.md). Copyright stays with the author.
Feature Workflow
Implement a feature end-to-end, or resume one that was interrupted.
Follow the canonical workflow defined in agent-workflows/feature.md, starting from Phase 0: Bootstrap.
If a JIRA ticket is provided: fresh start from Phase 1.
If a PR link or number is provided: fetch the PR state document, determine the current phase, and resume from the next phase.
If neither is provided: ask the user for a JIRA ticket key/URL or a PR link/number.
Use it
Copy one of these into your project. Installing also returns the manifest and these snippets.
# Feature Workflow
Implement a feature end-to-end, or resume one that was interrupted.
Follow the canonical workflow defined in `agent-workflows/feature.md`, starting from **Phase 0: Bootstrap**.
- If a **JIRA ticket** is provided: fresh start from Phase 1.
- If a **PR link or number** is provided: fetch the PR state document, determine the current phase, and resume from the next phase.
- If **neither** is provided: ask the user for a JIRA ticket key/URL or a PR link/number.
Manifest
The prompt text and its fill-in variables. Copy it or fetch it by URL from your own code.
aranjandev-jira2pr-feature-prompt.prompt.jsonjson
{
"prompt": "# Feature Workflow\n\nImplement a feature end-to-end, or resume one that was interrupted.\n\nFollow the canonical workflow defined in `agent-workflows/feature.md`, starting from **Phase 0: Bootstrap**.\n\n- If a **JIRA ticket** is provided: fresh start from Phase 1.\n- If a **PR link or number** is provided: fetch the PR state document, determine the current phase, and resume from the next phase.\n- If **neither** is provided: ask the user for a JIRA ticket key/URL or a PR link/number.",
"variables": [],
"notes": "Full feature workflow — start fresh from a JIRA ticket, or resume an in-progress feature from a PR link. Reads the ticket (or PR state), plans implementation, writes code, self-reviews, and submits a Pull Request. Arguments: JIRA ticket URL/key (e.g., PROJ-123) or PR URL/number (e.g., #42) to resume.",
"metadata": {
"source": {
"provider": "github-prompts",
"repository": "https://github.com/aranjandev/jira2pr",
"path": ".github/prompts/feature.prompt.md",
"ref": "e7efeeb0cb7251173e070f25d9f9f73885a6f8ea",
"url": "https://github.com/aranjandev/jira2pr/blob/e7efeeb0cb7251173e070f25d9f9f73885a6f8ea/.github/prompts/feature.prompt.md",
"key": "aranjandev/jira2pr/.github/prompts/feature.prompt.md"
}
}
}
Fetch it by URL: GET /api/v1/registry/aranjandev-jira2pr-feature-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.