Agent Plugins Marketplace
All plugins

finding-unknowns

v0.2.0

Map a task's unknowns with a staged quadrant walk - known knowns, known unknowns, unknown knowns, unknown unknowns - ending with a four-quadrant map, then carry it through implementation notes, buy-in docs, quiz gates, and session handoffs. Synthesis of Thariq Shihipar's 'A Field Guide to Fable', dzhng's explore-unknowns, Addy Osmani's agent-skills, and davidondrej/skills.

Codex1 Skill

By Aviv SinaiLicense: MIT2 GitHub starsUpdated 2 hours ago

Directory evidence

Runtimes
Codex
Parsed components
1 skill or MCP entry
Source updated
Aug 29, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install plugin

Installs for the current user
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add finding-unknowns@agent-plugin-marketplace

Paste and run these commands in a terminal with Codex. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/avivsinai/skills-marketplace

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/finding-unknowns/.

Plugin files

plugins/finding-unknowns/
├── .codex-plugin/plugin.json
└── skills/finding-unknowns/SKILL.md

Included Skills1

finding-unknownsskills/finding-unknowns/SKILL.md

Guide the user through a quadrant walk that maps the unknowns of a task — open by listing the known knowns, then work through known unknowns, unknown knowns, and unknown unknowns one stage at a time, ending with a complete four-quadrant map in the user's hands. Use when the user explicitly asks for a blindspot pass, unknown unknowns, "what am I missing / what should I be asking", a one-question-at-a-time interview, or several directions to react to; when ambiguity or unfamiliarity is high enough that building now would likely cause rework; when a reference implementation must be understood before porting; or for a named after-walk slice — implementation notes / deviations log, a buy-in doc, a quiz gate before merge, or a session handoff (run only that slice). Do not invoke for ordinary implementation of a sufficiently specified task.

Plugin manifests1

plugins/finding-unknowns/.codex-plugin/plugin.json
{
  "name": "finding-unknowns",
  "version": "0.2.0",
  "description": "Map a task's unknowns with a staged quadrant walk - known knowns, known unknowns, unknown knowns, unknown unknowns - ending with a four-quadrant map, then carry it through implementation notes, buy-in docs, quiz gates, and session handoffs. Synthesis of Thariq Shihipar's 'A Field Guide to Fable', dzhng's explore-unknowns, Addy Osmani's agent-skills, and davidondrej/skills.",
  "author": {
    "name": "Aviv Sinai",
    "url": "https://github.com/avivsinai"
  },
  "repository": "https://github.com/avivsinai/finding-unknowns",
  "license": "MIT",
  "skills": "./skills/",
  "keywords": [
    "unknowns",
    "blindspot",
    "quadrant-walk",
    "planning",
    "interview",
    "prototype",
    "quiz",
    "handoff",
    "agentic-coding",
    "workflow"
  ],
  "interface": {
    "displayName": "Finding Unknowns",
    "shortDescription": "Quadrant-walk a task's unknowns into a map, then carry it through build, merge, and handoff",
    "category": "Developer Tools"
  }
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[finding-unknowns on Agent Plugins Marketplace](https://pluginsmp.com/plugins/finding-unknowns)