Skip to content

Instantly share code, notes, and snippets.

View csandeep's full-sized avatar

Sandeep Chayapathi csandeep

View GitHub Profile
# Specify analysis options.
#
# Until there are meta linter rules, each desired lint must be explicitly enabled.
# See: https://github.com/dart-lang/linter/issues/288
#
# For a list of lints, see: http://dart-lang.github.io/linter/lints/
# See the configuration guide for more
# https://github.com/dart-lang/sdk/tree/master/pkg/analyzer#configuring-the-analyzer
#
# There are other similar analysis options files in the flutter repos,
@csandeep
csandeep / issue-titles.json
Last active January 21, 2025 17:54
issue-titles.json
[
{
"title": "2025-01-21: Tuesday January 21 2025",
"number": 21
},
{
"title": "2024-11-06: Wednesday November 6 2024",
"number": 20
},
{
@csandeep
csandeep / workflow.md
Created March 3, 2026 18:08
Workflow Orchestration

Workflow Orchestration

  1. Plan Mode Default
  • Enter plan mode for ANY non-trivial task (3+ steps or architectural decisions)
  • If something goes sideways, STOP and re-plan immediately – don't keep pushing
  • Use plan mode for verification steps, not just building
  • Write detailed specs upfront to reduce ambiguity
  1. Subagent Strategy