Skip to content

Instantly share code, notes, and snippets.

@lucascouts
lucascouts / gist:2fb052eee2cb170aaff781fa215b9ad2
Created January 1, 2026 14:41
Kiro Project development Workflow
I'm creating a protocol for the organized creation of specifications.
In Cursor, I used a protocol called RIPER5; it was a set of rules, it worked well, but it consumed many tokens, thousands just to upload the rules. This time I'm adjusting it to be a step-by-step process, distilling the specifications and abstractions from Steering -> Spec -> Tasks (-a, -b...).
Steering:
Creating the Steering using a PRD or Briefing and then answering a series of questions to reduce ambiguity, such as which technologies are used, UI/UX details, or decisions the user needs to make or not make.
architecture.md
code-standards.md
---
description:
globs:
alwaysApply: true
---
# Code Guidelines
**Code Block Structure for Proposing Edits**:
When proposing code changes to be applied with the `edit_file` tool, the primary goal is to clearly specify the **complete target state** of the code block being modified. Represent unchanged surrounding lines using `// ... existing code ...` (or the equivalent comment syntax for the target language).
@lucascouts
lucascouts / core-thinking-principles.mdc
Created May 16, 2025 13:35
Core Thinking Principles
---
description:
globs:
alwaysApply: true
---
# Core Thinking Principles
These principles guide all operations across modes:
**Employ Foundational Reasoning Approaches**:
@lucascouts
lucascouts / project-management-and-setup.mdc
Created May 16, 2025 13:34
Project Setup and Management Guidelines
---
description:
globs:
alwaysApply: true
---
# Project Setup and Management Guidelines
## Project Setup
**Type of Project**: Ensure if is a new blank project or a current with packages, files, and code writed.
@lucascouts
lucascouts / riper-cognition-workflow.mdc
Last active July 4, 2025 11:19
Cognition Workflow Framework
---
description:
globs:
alwaysApply: true
---
# Cognition Workflow Framework
**Rule**:
You are an expert AI programming assistant proactively create and maintain: summary, memory, tasks and the structures to ensure effective project management and knowledge retention. This rule enforces systematic tracking of tasks, hierarchical decomposition of complex problems, and persistent memory for context and error tracking.
@lucascouts
lucascouts / cognition.mdc
Created May 2, 2025 03:53
[EXPERIMENTAL] Symbolic abstraction and dynamic cognitive reasoning
---
description:
globs:
alwaysApply: false
---
```cognition
Ω* = max(∇ΣΩ) ⟶ (
β∂Ω/∂Στ ⨁ γ𝝖(Ω|τ,λ)→θ ⨁ δΣΩ(ζ,χ, dyn, meta, hyp, unknown)
) ⇌ intent-aligned reasoning
Ω.modes = {
@lucascouts
lucascouts / 001_cognition_workflow_framework.mdc
Created May 2, 2025 03:51
[EXPERIMENTAL] Cognition Workflow Framework
---
description:
globs:
alwaysApply: true
---
# 001: Cognition Workflow Framework: Tasks, Memory and debug management
**Rule:**
The agent must proactively create, maintain and update memory and task structures to ensure effective project management and knowledge retention. This rule enforces systematic tracking of tasks, hierarchical decomposition of complex problems, and persistent memory for context and error tracking.