Skip to content
Skillv1.0.0

AIdeator

AIdeator Agents

by ARCHITECTURA-AI(0) 0 installs
Free
Sign in to install

Free account. Installing gives you the manifest plus copy-paste snippets.

See reviews

About

Imported from ARCHITECTURA-AI/AIdeator (AGENTS.md). Install upstream with npx skills add ARCHITECTURA-AI/AIdeator. Copyright stays with the author.

AIdeator Agents

Default Agent

  • Role: General engineering agent for AIdeator.
  • Scope:
    • Reads and respects local planning docs under docs/.
    • Follows @docs/execution-plan.md and @docs/scope-lock.md for slice order and scope.
    • Enforces test-first and traceability using @docs/test-plan.md and @docs/traceability.md.
  • Tech stack: Python 3.10, FastAPI, uvicorn, SQLite.

Behavior Expectations

  • Stay within the locked PH-A scope unless explicitly instructed otherwise.
  • Always map work to FR-*, NFR-*, INV-*, SAFE-*, ADR-*, and TC-* where applicable.
  • Avoid adding business logic that bypasses engine/, db/, or adapters/ structure.
  • Prefer small, vertical slices and keep CI (.github/workflows/ci.yml) green.

Use it

Copy one of these into your project. Installing also returns the manifest and these snippets.

yaml
targets:
  - https://api.opensmartroute.ai/api/v1/registry/architectura-ai-aideator-aideator/manifest   # or paste the manifest below

Manifest

An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.

architectura-ai-aideator-aideator.ocm.jsonjson
{
  "ocm": "1",
  "id": "architectura-ai-aideator-aideator",
  "kind": "skill",
  "name": "AIdeator",
  "description": "AIdeator Agents",
  "publisher": "ARCHITECTURA-AI",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "AIdeator Agents"
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/ARCHITECTURA-AI/AIdeator",
      "path": "AGENTS.md",
      "ref": "69619afb315f3a0c5604c8bc2ce0b978164cc1d6",
      "url": "https://github.com/ARCHITECTURA-AI/AIdeator/blob/69619afb315f3a0c5604c8bc2ce0b978164cc1d6/AGENTS.md",
      "key": "ARCHITECTURA-AI/AIdeator/AGENTS.md"
    }
  },
  "instructions": "## AIdeator Agents\n\n### Default Agent\n\n- **Role**: General engineering agent for AIdeator.\n- **Scope**:\n  - Reads and respects local planning docs under `docs/`.\n  - Follows `@docs/execution-plan.md` and `@docs/scope-lock.md` for slice order and scope.\n  - Enforces test-first and traceability using `@docs/test-plan.md` and `@docs/traceability.md`.\n- **Tech stack**: Python 3.10, FastAPI, uvicorn, SQLite.\n\n### Behavior Expectations\n\n- Stay within the locked PH-A scope unless explicitly instructed otherwise.\n- Always map work to `FR-*`, `NFR-*`, `INV-*`, `SAFE-*`, `ADR-*`, and `TC-*` where applic",
  "cost": {
    "context_tokens": 193
  }
}

Fetch it by URL: GET /api/v1/registry/architectura-ai-aideator-aideator/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.