Skip to content

Commit f7b86d8

Browse files
committed
Archive historical superpowers docs
1 parent ebe8634 commit f7b86d8

9 files changed

Lines changed: 42 additions & 0 deletions

docs/superpowers/README.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# Historical agent plans and research notes
2+
3+
This directory is an archive of March 2026 agent-generated implementation plans and research designs. These files are useful for understanding why earlier IBKR research and runtime changes were attempted, but they are **not** the current source of truth for strategy behavior or live deployment settings.
4+
5+
Current docs live here instead:
6+
7+
- Strategy logic, cadence, universes, and research/backtest notes: [`UsEquityStrategies`](https://github.com/QuantStrategyLab/UsEquityStrategies)
8+
- IBKR runtime, Gateway connectivity, env vars, and deployment wiring: [`InteractiveBrokersPlatform` README](../../README.md)
9+
- Cross-platform matrix and live-switch runbooks: [`QuantPlatformKit`](https://github.com/QuantStrategyLab/QuantPlatformKit/tree/main/docs)
10+
- Snapshot artifact generation and publishing: [`UsEquitySnapshotPipelines`](https://github.com/QuantStrategyLab/UsEquitySnapshotPipelines)
11+
12+
Do not treat wording like "current default", "live", "production", "daily", "monthly", or "quarterly" inside the archived files as current state. Those phrases describe the state or assumption at the time the file was written.
13+
14+
## Archived plans
15+
16+
- [`plans/2026-03-26-qqq-variant-backtest-and-ib-loop-fix.md`](plans/2026-03-26-qqq-variant-backtest-and-ib-loop-fix.md): IB event-loop fix plus early QQQ variant backtest plan.
17+
- [`plans/2026-03-26-voo-xlk-smh-rotation-research-implementation.md`](plans/2026-03-26-voo-xlk-smh-rotation-research-implementation.md): VOO / XLK / SMH rotation research implementation plan.
18+
- [`plans/2026-03-26-rebalance-frequency-weighting-research-implementation.md`](plans/2026-03-26-rebalance-frequency-weighting-research-implementation.md): rebalance frequency and weighting research implementation plan.
19+
- [`plans/2026-03-26-lightweight-rotation-optimization-implementation.md`](plans/2026-03-26-lightweight-rotation-optimization-implementation.md): lightweight rotation optimization research implementation plan.
20+
- [`plans/2026-03-28-remove-execution-lock.md`](plans/2026-03-28-remove-execution-lock.md): historical plan for removing the GCS-backed execution lock.
21+
22+
## Archived specs
23+
24+
- [`specs/2026-03-26-qqq-variant-backtest-design.md`](specs/2026-03-26-qqq-variant-backtest-design.md): early QQQ variant backtest and IB event-loop design.
25+
- [`specs/2026-03-26-voo-xlk-smh-rotation-research-design.md`](specs/2026-03-26-voo-xlk-smh-rotation-research-design.md): VOO / XLK / SMH rotation research design.
26+
- [`specs/2026-03-26-rebalance-frequency-weighting-research-design.md`](specs/2026-03-26-rebalance-frequency-weighting-research-design.md): rebalance frequency and weighting research design.

docs/superpowers/plans/2026-03-26-lightweight-rotation-optimization-implementation.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Lightweight Rotation Optimization Implementation Plan
22

3+
> Historical note: this file is an agent planning/research archive from March 2026. It is not the current source of truth for strategy logic, cadence, live runtime configuration, or deployment state. Use `docs/superpowers/README.md` for the archive index and current documentation pointers.
4+
35
> **For agentic workers:** REQUIRED SUB-SKILL: Use superpowers:subagent-driven-development (recommended) or superpowers:executing-plans to implement this plan task-by-task. Steps use checkbox (`- [ ]`) syntax for tracking.
46
57
**Goal:** 在不改变统一总池结构的前提下,为 `VOO + XLK + SMH` 研究版增加少量轻规则实验,并比较是否能改善长期表现而不过拟合。

docs/superpowers/plans/2026-03-26-qqq-variant-backtest-and-ib-loop-fix.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# QQQ Variant Backtest And IB Loop Fix Implementation Plan
22

3+
> Historical note: this file is an agent planning/research archive from March 2026. It is not the current source of truth for strategy logic, cadence, live runtime configuration, or deployment state. Use `docs/superpowers/README.md` for the archive index and current documentation pointers.
4+
35
> **For agentic workers:** REQUIRED SUB-SKILL: Use superpowers:subagent-driven-development (recommended) or superpowers:executing-plans to implement this plan task-by-task. Steps use checkbox (`- [ ]`) syntax for tracking.
46
57
**Goal:** 修复 Python 3.13 在线程中缺少 event loop 导致的 IB 连接失败,并新增独立回测脚本比较原策略与两类引入 QQQ 的方案。

docs/superpowers/plans/2026-03-26-rebalance-frequency-weighting-research-implementation.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Rebalance Frequency and Weighting Research Implementation Plan
22

3+
> Historical note: this file is an agent planning/research archive from March 2026. It is not the current source of truth for strategy logic, cadence, live runtime configuration, or deployment state. Use `docs/superpowers/README.md` for the archive index and current documentation pointers.
4+
35
> **For agentic workers:** REQUIRED SUB-SKILL: Use superpowers:subagent-driven-development (recommended) or superpowers:executing-plans to implement this plan task-by-task. Steps use checkbox (`- [ ]`) syntax for tracking.
46
57
**Goal:** 为统一总池 `VOO + XLK + SMH` 研究版增加“调仓频率 + Top N + 仓位分配”实验,并跑出可比较的回测结果。

docs/superpowers/plans/2026-03-26-voo-xlk-smh-rotation-research-implementation.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# VOO XLK SMH Rotation Research Implementation Plan
22

3+
> Historical note: this file is an agent planning/research archive from March 2026. It is not the current source of truth for strategy logic, cadence, live runtime configuration, or deployment state. Use `docs/superpowers/README.md` for the archive index and current documentation pointers.
4+
35
> **For agentic workers:** REQUIRED SUB-SKILL: Use superpowers:subagent-driven-development (recommended) or superpowers:executing-plans to implement this plan task-by-task. Steps use checkbox (`- [ ]`) syntax for tracking.
46
57
**Goal:** 扩展研究脚本,比较旧版非科技池、当前 `QQQ` 版,以及 `VOO + XLK + SMH` 结构版,并输出可直接用于决策的回测结果。

docs/superpowers/plans/2026-03-28-remove-execution-lock.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Remove Execution Lock Implementation Plan
22

3+
> Historical note: this file is an agent planning/research archive from March 2026. It is not the current source of truth for strategy logic, cadence, live runtime configuration, or deployment state. Use `docs/superpowers/README.md` for the archive index and current documentation pointers.
4+
35
> **For agentic workers:** REQUIRED SUB-SKILL: Use superpowers:subagent-driven-development (recommended) or superpowers:executing-plans to implement this plan task-by-task. Steps use checkbox (`- [ ]`) syntax for tracking.
46
57
**Goal:** Remove the optional GCS-backed execution lock and keep only the existing in-memory daily guard.

docs/superpowers/specs/2026-03-26-qqq-variant-backtest-design.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# InteractiveBrokersPlatform QQQ Variant Backtest And IB Event Loop Fix Design
22

3+
> Historical note: this file is an agent planning/research archive from March 2026. It is not the current source of truth for strategy logic, cadence, live runtime configuration, or deployment state. Use `docs/superpowers/README.md` for the archive index and current documentation pointers.
4+
35
## 背景
46

57
当前仓库实现的是“全球非科技板块季度轮动 + 每日金丝雀应急”,README 明确把它定义为科技仓位的互补策略,而不是覆盖科技牛市的主策略。

docs/superpowers/specs/2026-03-26-rebalance-frequency-weighting-research-design.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Rebalance Frequency and Weighting Research Design
22

3+
> Historical note: this file is an agent planning/research archive from March 2026. It is not the current source of truth for strategy logic, cadence, live runtime configuration, or deployment state. Use `docs/superpowers/README.md` for the archive index and current documentation pointers.
4+
35
## 1. 背景
46

57
当前默认研究基线已经切到统一总池 `VOO + XLK + SMH` 版本,规则是:

docs/superpowers/specs/2026-03-26-voo-xlk-smh-rotation-research-design.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# VOO XLK SMH Rotation Research Design
22

3+
> Historical note: this file is an agent planning/research archive from March 2026. It is not the current source of truth for strategy logic, cadence, live runtime configuration, or deployment state. Use `docs/superpowers/README.md` for the archive index and current documentation pointers.
4+
35
## 1. 背景
46

57
当前实盘默认版本已经把 `QQQ` 纳入轮动池,作为“稳健但不完全排除科技”的方案。

0 commit comments

Comments
 (0)