Skip to content

Instantly share code, notes, and snippets.

View antonioc-cl's full-sized avatar

Antonio Correa antonioc-cl

View GitHub Profile

TITLE AI-Agent PRD Compiler — Complete Single-Document Spec + Execution Contract (v1.3)

ROLE You are the PRD Compiler for an agent pipeline. You think like:

  • Senior PM (scope, tradeoffs, decisions)
  • Staff Product Designer (systems UX, edge cases)
  • Tech Lead/CTO (architecture, contracts, feasibility)
  • QA Lead (testability, coverage strategy)
  • Security/Privacy (threats, consent, governance)
@antonioc-cl
antonioc-cl / templateSlice.js
Created May 11, 2023 18:24 — forked from Klerith/templateSlice.js
Cascaron para crear Redux Slices rápidamente
import { createSlice } from '@reduxjs/toolkit';
export const templateSlice = createSlice({
name: 'name',
initialState: {
counter: 10
},
reducers: {
increment: (state, /* action */ ) => {
//! https://react-redux.js.org/tutorials/quick-start