Skip to content
Skillv1.0.0

aipo

AI Product Owner - GOALだけ伝えればAIが勝手に仕事を進める汎用問題解決システム

by miyatti777(0) 0 installs
Free
Sign in to install

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

See reviews

About

Imported from miyatti777/aipo (SKILL.md). Install upstream with npx skills add miyatti777/aipo. Copyright stays with the author (MIT).

AIPO (AI Product Owner)

「GOALだけ伝えれば、AIが勝手に仕事を進めてくれる」

概要

AIPOは、Jeff Pattonが定義するプロダクトオーナーの思考プロセス Sense → Focus → Discover → Deliver をAIが再現する汎用問題解決システムです。

特徴

  • PO思考の再現: Sense/Focus/Discover/Deliverサイクルの自動実行
  • 再帰的分解: どの階層も同じパターンで分解(フラクタル構造)
  • コンテキスト継承: 親から子へ文脈を継承、途中で忘れない
  • HITL協働: Human In The Loopで人間と協働

5つのコマンド

コマンド 役割
/aipo/01_sense Goal設定・コンテキスト収集
/aipo/02_focus 調査とGoal分解
/aipo/03_discover 計画・コマンド生成
/aipo/04_deliver タスク実行・成果物生成
/aipo/05_operation 運用コマンド実行

インストール

# Cursor用
./install.sh .cursor

# Claude Code用
./install.sh .claude

使い方

/aipo/01_sense を実行してください

Goal: [あなたのゴール]

詳細

詳細は README.md を参照してください。

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/miyatti777-aipo-aipo/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.

miyatti777-aipo-aipo.ocm.jsonjson
{
  "ocm": "1",
  "id": "miyatti777-aipo-aipo",
  "kind": "skill",
  "name": "aipo",
  "description": "AI Product Owner - GOALだけ伝えればAIが勝手に仕事を進める汎用問題解決システム",
  "publisher": "miyatti777",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "product-owner",
      "task-decomposition",
      "project-management",
      "dual-track-agile",
      "automation",
      "github"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "AI Product Owner - GOALだけ伝えればAIが勝手に仕事を進める汎用問題解決システム"
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github",
      "repository": "https://github.com/miyatti777/aipo",
      "path": "SKILL.md",
      "ref": "815a6691e2d38ad991702ce14510815a58b4489b",
      "url": "https://github.com/miyatti777/aipo/blob/815a6691e2d38ad991702ce14510815a58b4489b/SKILL.md",
      "key": "miyatti777/aipo/SKILL.md"
    },
    "license": "MIT"
  },
  "instructions": "# AIPO (AI Product Owner)\n\n> **「GOALだけ伝えれば、AIが勝手に仕事を進めてくれる」**\n\n## 概要\n\nAIPOは、Jeff Pattonが定義するプロダクトオーナーの思考プロセス **Sense → Focus → Discover → Deliver** をAIが再現する汎用問題解決システムです。\n\n## 特徴\n\n- **PO思考の再現**: Sense/Focus/Discover/Deliverサイクルの自動実行\n- **再帰的分解**: どの階層も同じパターンで分解(フラクタル構造)\n- **コンテキスト継承**: 親から子へ文脈を継承、途中で忘れない\n- **HITL協働**: Human In The Loopで人間と協働\n\n## 5つのコマンド\n\n| コマンド | 役割 |\n|----------|------|\n| `/aipo/01_sense` | Goal設定・コンテキスト収集 |\n| `/aipo/02_focus` | 調査とGoal分解 |\n| `/aipo/03_discover` | 計画・コマンド生成 |\n| `/aipo/04_deliver` | タスク実行・成果物生成 |\n| `/aipo/05_operation` | 運用コマンド実行 |\n\n## インストール\n\n```bash\n# Cursor用\n.",
  "cost": {
    "context_tokens": 191
  }
}

Fetch it by URL: GET /api/v1/registry/miyatti777-aipo-aipo/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.