DoubleslashSE
@DoubleslashSE
Public Skills
workflow-orchestration
by DoubleslashSE
Phase coordination, agent handoffs, and workflow state machine management
exploration-tracking
by DoubleslashSE
Exploration map management for tracking discussed areas and uncharted territory during DISCUSS phase
conflict-detection
by DoubleslashSE
Conflict identification and resolution patterns for requirements, decisions, and plans
context-engineering
by DoubleslashSE
Context window management techniques for maintaining efficiency and preventing context bloat
state-management
by DoubleslashSE
Simplified state file management with consolidated FLOW.md (project) and ITEM-XXX.md (per-item) files
capability-discovery
by DoubleslashSE
Dynamic plugin enumeration and capability mapping with delegation priority and explicit routing announcements
atomic-tasks
by DoubleslashSE
Task structure and atomic commit patterns for granular, verifiable work units
health-checks
by DoubleslashSE
Health monitoring knowledge and procedures for infrastructure platforms. Use when assessing system health, running health audits, or setting up monitoring.
log-analysis
by DoubleslashSE
Log parsing techniques and analysis methodologies for infrastructure troubleshooting. Use when retrieving, parsing, or analyzing logs from any platform.
error-patterns
by DoubleslashSE
Error recognition and diagnosis patterns for infrastructure troubleshooting. Use when identifying, categorizing, or resolving errors across platforms.
platform-knowledge
by DoubleslashSE
Deep knowledge of GitHub Actions, Railway, Supabase, and Postgres platforms. Use when troubleshooting, configuring, or optimizing any of these platforms.
brainstorming
by DoubleslashSE
Brainstorming techniques for idea generation. Use when facilitating brainstorming sessions, leading ideation exercises, or helping teams generate creative solutions.
session-documentation
by DoubleslashSE
Documentation practices for capturing workshop outputs. Use when creating session records, idea inventories, decision logs, and action item trackers.
exploration-tracking
by DoubleslashSE
Mind mapping and exploration state tracking for workshops. Use to maintain awareness of explored vs uncharted territory, implement backtracking, and ensure comprehensive coverage or documented gaps.
design-thinking
by DoubleslashSE
Design thinking methodology for human-centered problem solving. Use when facilitating design thinking workshops, user research sessions, or creative problem-solving activities.
facilitation-techniques
by DoubleslashSE
Core facilitation skills for running effective workshops. Use when facilitating any type of group session, managing participation, and guiding discussions.
dotnet-test
by DoubleslashSE
.NET test execution patterns and diagnostics. Use when running tests, analyzing test failures, or configuring test options.
development-workflow
by DoubleslashSE
General .NET development workflow patterns. Use when implementing features, fixing bugs, or refactoring code.
static-analysis
by DoubleslashSE
.NET static analysis and code quality tools. Use when configuring analyzers, fixing warnings, or enforcing code standards.
dotnet-build
by DoubleslashSE
.NET build configuration and error handling. Use when building projects, diagnosing build errors, or configuring build options.
requirements-clarification
by DoubleslashSE
Requirements clarification for TDD. Use BEFORE RED phase to understand WHAT to test. Asks targeted questions to uncover ambiguities, edge cases, and acceptance criteria.
SOLID Principles for Node.js/TypeScript
by DoubleslashSE
```
Clean Code Skill for Node.js/TypeScript
by DoubleslashSE
```
TDD Workflow Skill
by DoubleslashSE
```
Functional Patterns for Node.js/TypeScript
by DoubleslashSE
```
codebase-analysis
by DoubleslashSE
Techniques for analyzing existing codebases to reverse-engineer requirements and understand business logic. Use when conducting brownfield analysis or understanding existing system capabilities.
technical-analysis
by DoubleslashSE
Technical analysis capabilities for APIs, data models, integrations, and security requirements. Use when analyzing technical aspects of systems or documenting technical requirements.
requirements-elicitation
by DoubleslashSE
Requirements gathering and elicitation techniques for business analysis. Use when conducting stakeholder interviews, gathering functional/non-functional requirements, or identifying gaps in requirements.
srs-documentation
by DoubleslashSE
Software Requirements Specification documentation following IEEE 830 standard. Use when generating formal SRS documents or compiling gathered requirements into structured documentation.
cqs-patterns
by DoubleslashSE
Command Query Separation (CQS) and CQRS patterns for .NET. Use when designing methods, handlers, and application architecture. Ensures predictable, testable code.
tdd-workflow
by DoubleslashSE
Test-Driven Development workflow for .NET. Use when implementing features, fixing bugs, or writing new code. Guides RED-GREEN-REFACTOR cycle with proper test design.
solid-principles
by DoubleslashSE
SOLID design principles for .NET. Use when designing classes, interfaces, and object relationships. Ensures maintainable, testable, and extensible code.
clean-code
by DoubleslashSE
Clean code principles including DRY, KISS, and YAGNI for .NET. Use when writing or reviewing code to ensure maintainability and simplicity.