filament-decisao-9box

Create Filament UI decision pages with Read Models and explicit write actions.

Updated Jan 23, 2026
One-click install
npx skills add https://github.com/VictorSmaniotto/degestao --skill filament-decisao-9box
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: filament-decisao-9box
Source: https://github.com/VictorSmaniotto/degestao/tree/main/.agent/skills/filament-ood
Command: npx skills add https://github.com/VictorSmaniotto/degestao --skill filament-decisao-9box

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill enables rapid creation of Filament UI pages and widgets that focus on decision-making rather than subjective evaluation.

Core Features & Use Cases

  • Custom Pages for 9-Box Map, Person Dashboard, and Context Dashboard.
  • Enforces Read Models for data consumption and explicit Actions for writes.
  • UX and permission guidelines to ensure consistent decision workflows.

Quick Start

Create a 9-box decision page in your Filament admin panel using the provided templates.

Frequently Asked Questions about filament-decisao-9box

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I build a decision-making dashboard in Filament?

Build a decision-making dashboard in Filament by using Read Models for data consumption and explicit Actions for writes. This enforces strict separation of reads and writes to ensure consistent decision workflows.

What is a 9-Box Map in Laravel admin dashboards?

A 9-Box Map is a custom Filament UI page for decision-making rather than subjective evaluation. It uses Livewire orchestration and Alpine.js for local state to render explicit decision workflows.

Does this Filament dashboard approach require Livewire and Alpine.js?

Yes, this Filament dashboard approach requires Livewire for orchestration and Alpine.js for local state management. These frameworks handle the UI interactions for your decision-making pages.

How do I separate reads and writes in Laravel Filament pages?

Separate reads and writes in Laravel Filament pages by enforcing Read Models for data consumption and explicit Actions for writes. This creates a strict boundary between viewing data and executing decisions.

Can I create a Person Dashboard and Context Dashboard using Filament?

Yes, you can create a Person Dashboard and Context Dashboard using Filament. These custom pages apply Read Models with explicit write actions to focus on structured decision-making.